Beispiel #1
0
 public StateValue(stUpdate update, stCoroutine coroutine, stBegin begin, stEnd end)
 {
     this.update    = update;
     this.coroutine = coroutine;
     this.begin     = begin;
     this.end       = end;
 }
Beispiel #2
0
 public void SetGlobalCallback(int type_, stUpdate update_, stBegin begin_, stEnd end_)
 {
     dicGlobalState.Add(type_, new StateValue(update_, null, begin_, end_));
 }