Пример #1
0
 public void OnCreated(IThreading threading)
 {
     this.threading = threading;
     this.core = RepublicCore.Instance;
     this.core.managers = threading.managers;
 }
Пример #2
0
 public void OnReleased()
 {
     this.threading = null;
     this.core = null;
 }
Пример #3
0
 public static void DestroyInstance()
 {
     ourInstance = null;
 }