5 Commits

Author SHA1 Message Date
milimoe
58b00d5b96
移除所有插件的 Succeed/Failed 事件;为 GeneralEventArgs 添加了 Success 属性 (#109) 2025-02-27 00:25:36 +08:00
milimoe
543887881a
添加GameMode, GameMap, GameModeLoader (#62)
* 添加GameMode, GameMap; 优化了Plugin和RoomType等

* 添加GameModeLoader,重构GameMode和GameMap

* 添加Gaming事件接口

* 添加IGameModeSupported接口

* 为GameMode添加Implement接口

* 为BeforeConnect添加参数
2023-11-27 00:30:00 +08:00
milimoe
082ce3b6f5
添加插件加载器和事件触发方法组 (#54)
* Add PluginLoader

* 删除event返回值

* 添加插件触发器(方法组)

* 删除冗余方法

* 将typeof(GetType())改写为this is

* 删除无用引用
2023-09-24 13:06:10 +08:00
Yezi
afeccc1b9a
Update EventArgs e (#8)
为接口方法修改参数的类名
2023-04-06 12:24:57 +08:00
Mili
06cebcffd9 FunGame Core 2023-03-31 20:34:40 +08:00