Beispiel #1
0
 private void OnDestroy()
 {
     StopAllCoroutines();
     Singleton <CoroutineRunner> .OnDestroy(this);
 }
Beispiel #2
0
 private void Awake()
 {
     Singleton <CoroutineRunner> .Awake(this);
 }