Beispiel #1
0
    public void Exit_State()
    {
        _moveNode.Acceleration = _moveNode.Acceleration_Default;
        _jumpCount             = 0;

        _moveNode.Exit_State();
    }
Beispiel #2
0
 public void Exit_State()
 {
     _moveNode.Exit_State();
 }