static public void RemoveEventListener(string EventID, EventDispatcher.RegistFunction pFunction)
 {
     m_Observer.RemoveEventListener(EventID, pFunction);
 }
Пример #2
0
 public void AddEventListener(string EventID, EventDispatcher.RegistFunction pFunction)
 {
     m_Observer.AddEventListener(EventID, pFunction);
 }