protected void Awake()
 {
     m_Instance   = this;
     m_HandleList = new LinkedList <EventEntry> ();
 }
Exemple #2
0
 protected virtual void Awake()
 {
     DontDestroyOnLoad(this.gameObject);
     m_Instance   = this;
     m_HandleList = new LinkedList <EventEntry> ();
 }