Example #1
0
 public void LeftAction()
 {
     HorizontalState.LeftAction(this);
     if (VerticalState is CrouchingAvatar)
     {
         VerticalState = new IdleAvatar();
     }
 }