Unity事件派发器机制

EventStruct派发全局静态类web using UnityEngine; using System; using System.Collections; using System.Collections.Generic; public enum GameEvent { START_GAME, END_GAME } public class EventCallBack
相关文章
相关标签/搜索