Unity简单事件系统管理

一、建立事件管理类web using System.Collections.Generic; /// <summary> /// 自定义事件方法委托 /// </summary> /// <param name="e"></param> public delegate void EventDelegateCallBack(EventInfo e); public class GameEventMa
相关文章
相关标签/搜索