Beispiel #1
0
 public void Crouch()
 {
     if (animation == Animation.none)
     {
         MovementState.Crouch();
     }
 }