예제 #1
0
 public State(FSM fsm)
 {
     m_fsm = fsm;
 }
예제 #2
0
 public State(FSM _machine)
 {
     m_fsm = _machine;
 }