Exemplo n.º 1
0
 public static void Register(EventManager mgr)
 {
     var disp = mgr.GetDispatcher();
     //mgr.RegWrapInterface<IActorLogic>(new IActorLogic_Gen(disp));
 }
Exemplo n.º 2
0
 public static bool AddListener(int eventType, Action handler)
 {
     return(m_mgr.GetDispatcher().AddListener(eventType, handler));
 }