File: Overlay/YMMOG/YMMOGMessage.msg
Message used to subscribe to a new SubSpace
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
YMMOGMessage | Base message for all messages used by YMMOG |
Name | Type | Description |
---|---|---|
playerId | int | the id of the player that subscribes to an new SubSpace |
playerIp | IPAddress | the IPAddress of the player that subscribes to a new SubSpace |
subSpaceId | int | the id of the new SubSpace |
gameState | GameState | holds some statistics about the game |
message SubscribeMessage extends YMMOGMessage { fields: int playerId; // the id of the player that subscribes to an new SubSpace IPAddress playerIp; // the IPAddress of the player that subscribes to a new SubSpace int subSpaceId; // the id of the new SubSpace GameState gameState; // holds some statistics about the game }