Ejemplo n.º 1
0
 public override void CancelCrouch()
 {
     StatePlayer.ChangeState(StatePlayer.StateAirMoveJump());
 }
 public override void Walk()
 {
     StatePlayer.ChangeState(StatePlayer.StateAirMoveJump());
 }