# Chat (for MMORPG)

# Goal

Players can talk together on the same map

chat

# Installation

  1. npm install @rpgjs/chat
  2. In src/modules/index.ts file, add:
import chat from '@rpgjs/chat'

export default [
   chat
   // more modules here
]