7 Commits

Author SHA1 Message Date
yeziuku
7cb1ce7f24
新的AddonController构造方法 (#70) 2023-12-09 17:02:51 +08:00
milimoe
5c89bafffd
完善插件模组系统 (#68)
* 添加GameModeServer

* Addon系列大修改

* RuntimeController添加发送结束游戏反馈的方法

* 将GamingMessageHandler返回值修改为Hashtable

* 添加马甲方法,隐藏委托

* 更新AddonController注释

---------

Co-authored-by: yeziuku <53083103+yeziuku@users.noreply.github.com>
Co-authored-by: yeziuku <yezi@wrss.org>
2023-12-09 01:40:46 +08:00
10d9a257f8
Name属性为空的插件不允许被读取 2023-11-30 20:28:34 +08:00
milimoe
7b4a655ff4
添加CharacterMode,SkillMode,ItemMode类和其它杂项 (#64)
* 添加CharacterMode,SkillMode,ItemMode

* 添加默认地图属性

* 添加CharacterMode, SkillMode, ItemMode的Loader方法,优化构造函数

* 添加和优化Equals方法

* 删除Symbol
2023-11-30 00:27:49 +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
37c4c54445
.NET 8 (#61) 2023-11-25 01:44:17 +08:00
0a909f867b
PluginManager -> AddonManager 2023-11-24 20:55:55 +08:00