コード例 #1
0
 public void CrouchRelease()
 {
     if (animation == Animation.none)
     {
         MovementState.Idle();
     }
 }