Beispiel #1
0
 public FSMState(StateID stateId, FSMControl fsmControl)
 {
     this.stateId    = stateId;
     this.fsmControl = fsmControl;
 }
Beispiel #2
0
 public FSMState(StateID stateId, FSMControl fsmControl)
 {
     this.stateId = stateId;
     this.fsmControl = fsmControl;
 }