public AEventRegisterHelper(AEventSystem system) { m_EventSystem = system; }
public void Reset() { UnRegisterAll(); m_EventSystem = null; }
public void UnRegister(AEventSystem es) { es.UnRegister(m_Key, m_Listener); }