File: Overlay/YMMOG/YMMOGMessage.msg
Message used to publish ClientEvents
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 |
---|---|---|
event | Event | the Event to publish |
message ClientEvent extends YMMOGMessage { fields: Event event; // the Event to publish }