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