MessagePrivateEcho

class MessagePrivateEcho(val recipient: String, val message: String) : OutgoingGameMessage

Message private echo is used to show the messages the given player has sent out to others, in a "To name: message" format.

Constructors

Link copied to clipboard
constructor(recipient: String, message: String)

Properties

Link copied to clipboard
open override val category: ServerProtCategory
Link copied to clipboard

the message to be forwarded.

Link copied to clipboard

the name of the player who received the private message.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun estimateSize(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String