Example #1
0
 void OnPlaymodeStart(GameControllerFsm.Events.BeginPlayingOutTurnState @event)
 {
     SwapState <PlayingState>();
 }
Example #2
0
 protected virtual void OnBeginPlayingPhase(GameControllerFsm.Events.BeginPlayingOutTurnState @event)
 {
     gameObject.SetActive(false);
 }
Example #3
0
 void OnStartPlayingTurn(GameControllerFsm.Events.BeginPlayingOutTurnState @event)
 {
     SetActivePath(selectedCommandPoint.spline);
 }