| Lua/LuaConfigUtility.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Lua/LuaConfigUtility.cs
@@ -24,11 +24,6 @@ return Config.Instance.Get<GatherSoulComposeConfig>(_key); } public static tagNPCRefreshConfig GettagNPCRefresh(string _key) { return Config.Instance.Get<tagNPCRefreshConfig>(_key); } public static DungeonHelpBattleConfig GetDungeonHelpBattle(string _key) { return Config.Instance.Get<DungeonHelpBattleConfig>(_key);