Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 652 Bytes

File metadata and controls

11 lines (8 loc) · 652 Bytes

Tgm.Roborally.Api.Model.GenericEvent

Used to store any event and generalize them into a single type

Properties

Name Type Description Notes
Type EventType
Data Object This is the data for the Event. In the case of type beeing `lazer hit`, data will be of the type `LazerHitEvent`. So the object-type allways matches to the `type` field [optional]

[Back to Model list] [Back to API list] [Back to README]