Пример #1
0
 void Awake()
 {
     if (m_Instance != null)
     {
         EB.Debug.LogError("StartFirstStory has Init");
     }
     m_Instance = this;
 }
Пример #2
0
 void OnDestory()
 {
     m_Instance = null;
 }