Ejemplo n.º 1
0
 public void RemoveEventListener(int type, Event.EventHandle handle)
 {
     Facade.Instance.RemoveEventListener(type, handle);
 }
Ejemplo n.º 2
0
 public void AddEventListener(int type, Event.EventHandle handle, int priority = 0)
 {
     Facade.Instance.AddEventListener(type, handle, priority);
 }