コード例 #1
0
 static public void DestroyInstance()
 {
     _sInstance = null;
 }
コード例 #2
0
 public void OnReleased()
 {
     this.m_threading = null;
     this.m_core      = null;
 }
コード例 #3
0
 void ILoadingExtension.OnLevelUnloading()
 {
     CorporationsCore.DestroyInstance();
 }
コード例 #4
0
 public void OnCreated(IThreading threading)
 {
     this.m_threading = threading;
     this.m_core      = CorporationsCore.Instance;
     this.m_core.Initiate(threading.managers);
 }