Example #1
0
 public void StartPrepareBaseSystem(GameFramework.DelegateOnBaseSystemPrepareComplete delegateOnBaseSystemPrepareComplete)
 {
     base.StartCoroutine(this.PrepareBaseSystem(delegateOnBaseSystemPrepareComplete));
 }
Example #2
0
 private IEnumerator PrepareBaseSystem(GameFramework.DelegateOnBaseSystemPrepareComplete delegateOnBaseSystemPrepareComplete)
 {
     GameFramework.< PrepareBaseSystem > c__Iterator0 <PrepareBaseSystem> c__Iterator = new GameFramework.< PrepareBaseSystem > c__Iterator0();