Exemplo n.º 1
0
 public override void ExitState(PlayerController player)
 {
     joystick = null;
     station  = null;
 }
Exemplo n.º 2
0
 public override void EnterState(PlayerController player)
 {
     joystick = new Joystick();
     player.StopVelocity();
     station = (RepairHatchStation)player.GetComponent <PlayerStationHandler>().GetHighlightStation();
 }