public void OnCreated(IThreading threading) { this.threading = threading; this.core = RepublicCore.Instance; this.core.managers = threading.managers; }
public void OnReleased() { this.threading = null; this.core = null; }
public static void DestroyInstance() { ourInstance = null; }