示例#1
0
文件: Slider.cs 项目: vault961/STAC
 public void RemoveEvent()
 {
     uiMgr.RemoveEvent(UIEventManager.EventType.PickChar, OnPickCharacter);
 }