File: Overlay/YMMOG/YMMOGMessage.msg
Message used to unsubscribe from a 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 unsubscribes |
playerIp | IPAddress | the IPAddress of the player that unsubscribes |
subSpaceId | int | the SubSpace of the player that unsubscribes |
message UnSubscribeMessage extends YMMOGMessage { fields: int playerId; // the id of the player that unsubscribes IPAddress playerIp; // the IPAddress of the player that unsubscribes int subSpaceId; // the SubSpace of the player that unsubscribes }