Ejemplo n.º 1
0
 public AEventRegisterHelper(AEventSystem system)
 {
     m_EventSystem = system;
 }
Ejemplo n.º 2
0
 public void Reset()
 {
     UnRegisterAll();
     m_EventSystem = null;
 }
Ejemplo n.º 3
0
 public void UnRegister(AEventSystem es)
 {
     es.UnRegister(m_Key, m_Listener);
 }