Interface Summary |
DataEvent |
DataEvent is an event generated by the actor in game for
send datas to the game logic. |
EndEvent |
EndEvent is generated by the ApplicationInstance actor owner, when
he want to end the game. |
Event |
Generic event. |
JoinEvent |
JoinEvent is an event generated by the actor when he joins an
ApplicationInstance. |
QuitEvent |
Event generated when a player leave an application instance. |
StartEvent |
StartEvent is an event generated by the ApplicationInstance actor owner
when he wants to start the game. |