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 |
---|---|---|
eventList | Event[] | the array of Events to publish |
message ClientEventList extends YMMOGMessage { fields: Event eventList[]; // the array of Events to publish }