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