File: Overlay/YMMOG/YMMOGMessage.msg
Message used to logout from the game
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 |
---|---|---|
id | int | the id of the YMMOG node |
successfull | bool | true if logout was successfull |
message LogoutMessage extends YMMOGMessage { fields: int id; // the id of the YMMOG node bool successfull; // true if logout was successfull }