Classes | |
interface | IMessage |
Interface of a message. More... | |
class | RoomMessage |
Represents a message for rooms. More... | |
Enumerations | |
enum | GameMessageCodes : byte { GameMessageCodes.Operation = 0, GameMessageCodes.RemovePeerFromGame = 1 } |
GameMessagCodes define the type of a "LiteGame" Message, the meaning and its content. Messages are used to communicate async with rooms and games. More... | |
|
strong |
GameMessagCodes define the type of a "LiteGame" Message, the meaning and its content. Messages are used to communicate async with rooms and games.
Enumerator | |
---|---|
Operation | Message is an operatzion. |
RemovePeerFromGame | Message to remove peer from game. |