Ejemplo n.º 1
0
 protected void Awake()
 {
     m_Instance   = this;
     m_HandleList = new LinkedList <EventEntry> ();
 }
Ejemplo n.º 2
0
 protected virtual void Awake()
 {
     DontDestroyOnLoad(this.gameObject);
     m_Instance   = this;
     m_HandleList = new LinkedList <EventEntry> ();
 }