âđïļMessageService
Service for sending game messages.
Example usage:
Functions
broadcast(message: string)
Broadcasts a message to everyone online
sendInfo(player: Player, message: string)
Sends an info message to a specific player
sendError(player: Player, message: string)
Sends an error message to a specific player
Last updated