Exemplo n.º 1
0
 public void Jump()
 {
     if (IsControllable())
     {
         _state.ActionJump();
     }
 }