Unity簡單事件系統管理

一、建立事件管理類web using System.Collections.Generic; /// <summary> /// 自定義事件方法委託 /// </summary> /// <param name="e"></param> public delegate void EventDelegateCallBack(EventInfo e); public class GameEventMa
相關文章
相關標籤/搜索