예제 #1
0
 public void TransitionState(PlayerStates state)
 {
     playerStateController.TransitionState(state);
 }