void OnDisable()
 {
     TE3GUIDMgr.Unregister(this);
 }
Пример #2
0
 void OnDisable()
 {
     TE3ScatterMgr.Instance.UnregisterScatterArea(this);
     TE3GUIDMgr.Unregister(this);
 }