예제 #1
0
 public void ChangeState(State _state)
 {
     nextState = _state;
 }