예제 #1
0
 public void RemoveEventListener(int type, Event.EventHandle handle)
 {
     Facade.Instance.RemoveEventListener(type, handle);
 }
예제 #2
0
 public void AddEventListener(int type, Event.EventHandle handle, int priority = 0)
 {
     Facade.Instance.AddEventListener(type, handle, priority);
 }