c#遊戲事件系統

/// <summary> /// 遊戲事件分發器,用於監聽、廣播遊戲事件。 /// </summary> public static class EventDispatcher { public delegate void EventListener(Dictionary<string, object> args); /// <summary> /// 廣播指定事件。
相關文章
相關標籤/搜索