Action event to be sent over the wire. More...
Public Member Functions | |
CharacterActionEvent (int turn, CharacterAction action, Direction direction) | |
Public Attributes | |
int | turn |
Direction | direction |
CharacterAction | action |
Action event to be sent over the wire.
NOTE: The fields of this class cannot be readonly, because Unity serialization messes up if they are.