private void Awake()
 {
     StartCoroutine(HotfixUtil.DoHotfix(_StartCoroutine, OnFinished, OnProgress));
 }
Exemplo n.º 2
0
 // Token: 0x06000053 RID: 83 RVA: 0x0000378F File Offset: 0x0000198F
 private void Awake()
 {
     base.StartCoroutine(HotfixUtil.DoHotfix(new Action <IEnumerator>(this._StartCoroutine), new Action(this.OnFinished), new Action <float>(this.OnProgress)));
 }