예제 #1
0
 public void ThrowTheBoss()
 {
     if (state == PlayerState.GRAB)
     {
         SCR_Audio.PlayFirstPunchSound();
         SwitchState(PlayerState.CHARGE);
     }
 }