Пример #1
0
 public override void ExitState(PlayerController player)
 {
     station = null;
 }
Пример #2
0
 public override void EnterState(PlayerController player)
 {
     player.StopVelocity();
     station = (RepairPumpStation)player.GetComponent <PlayerStationHandler>().GetHighlightStation();
 }