| | |
| | | public static class ConfigUtil
|
| | | {
|
| | | //这里插入配置表获取方法
|
| | | public static CrossServerArenaConfig GetCrossServerArena(string _key)
|
| | | {
|
| | | return Config.Instance.Get<CrossServerArenaConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FuncSwitchConfig GetFuncSwitch(string _key)
|
| | | {
|
| | | return Config.Instance.Get<FuncSwitchConfig>(_key);
|
| | | }
|
| | |
|
| | | public static GatherSoulConfig GetGatherSoul(string _key)
|
| | | {
|
| | | return Config.Instance.Get<GatherSoulConfig>(_key);
|
| | | }
|
| | |
|
| | | public static GatherSoulComposeConfig GetGatherSoulCompose(string _key)
|
| | | {
|
| | | 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);
|
| | | }
|
| | |
|
| | | public static GatherSoulPropertyConfig GetGatherSoulProperty(string _key)
|
| | | {
|
| | | return Config.Instance.Get<GatherSoulPropertyConfig>(_key);
|
| | | }
|
| | |
|
| | | public static KingTreasureItemConfig GetKingTreasureItem(string _key)
|
| | | {
|
| | | return Config.Instance.Get<KingTreasureItemConfig>(_key);
|
| | | }
|
| | |
|
| | | public static KingTreasureConfig GetKingTreasure(string _key)
|
| | | {
|
| | | return Config.Instance.Get<KingTreasureConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AncientRobotNameConfig GetAncientRobotName(string _key)
|
| | | {
|
| | | return Config.Instance.Get<AncientRobotNameConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ChatBubbleBoxConfig GetChatBubbleBox(string _key)
|
| | | {
|
| | | return Config.Instance.Get<ChatBubbleBoxConfig>(_key);
|