Exemplo n.º 1
0
 public void OnCreated(IThreading threading)
 {
     this.threading = threading;
     this.core = RepublicCore.Instance;
     this.core.managers = threading.managers;
 }
Exemplo n.º 2
0
 public void OnReleased()
 {
     this.threading = null;
     this.core = null;
 }
Exemplo n.º 3
0
 public static void DestroyInstance()
 {
     ourInstance = null;
 }