Example #1
0
 public override void OnFinish()
 {
     EventDispatcher.DelEvent(UIEventList.OnSkillBtnClick.ToInt(), OnBtnClick);
     base.OnFinish();
 }
Example #2
0
 public void DelEvent(int id, EventMsgHandler e)
 {
     EventDispatcher.DelEvent(id, e);
 }