| | |
| | | public static class ConfigUtil
|
| | | {
|
| | | //这里插入配置表获取方法
|
| | | public static CreateRoleConfig GetCreateRole(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<CreateRoleConfig>(_key);
|
| | | }
|
| | |
|
| | | public static BossInfoConfig GetBossInfo(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<BossInfoConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DungeonOpenTimeConfig GetDungeonOpenTime(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DungeonOpenTimeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static BossRebornConfig GetBossReborn(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<BossRebornConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AlchemyConfig GetAlchemy(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<AlchemyConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DailyQuestConfig GetDailyQuest(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DailyQuestConfig>(_key);
|
| | | }
|
| | |
|
| | | public static WingRefineAttrConfig GetWingRefineAttr(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<WingRefineAttrConfig>(_key);
|
| | | }
|
| | |
|
| | | public static WindowSearchConfig GetWindowSearch(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<WindowSearchConfig>(_key);
|
| | | }
|
| | |
|
| | | public static EquipGSParamConfig GetEquipGSParam(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<EquipGSParamConfig>(_key);
|
| | | }
|
| | |
|
| | | public static EquipDeComposeConfig GetEquipDeCompose(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<EquipDeComposeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DienstgradConfig GetDienstgrad(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DienstgradConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FaceConfig GetFace(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<FaceConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ChestsAwardConfig GetChestsAward(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<ChestsAwardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TreasureRefineConfig GetTreasureRefine(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<TreasureRefineConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TreasurePrivilegeConfig GetTreasurePrivilege(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<TreasurePrivilegeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TreasureFindHostConfig GetTreasureFindHost(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<TreasureFindHostConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ModelResConfig GetModelRes(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<ModelResConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MarketConfig GetMarket(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<MarketConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MapUiControlConfig GetMapUiControl(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<MapUiControlConfig>(_key);
|
| | | }
|
| | |
|
| | | public static maptransportConfig Getmaptransport(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<maptransportConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ItemConfig GetItem(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<ItemConfig>(_key);
|
| | | }
|
| | |
|
| | | public static HorseConfig GetHorse(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<HorseConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AllPeoplePartyAwardConfig GetAllPeoplePartyAward(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<AllPeoplePartyAwardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static HorseUpConfig GetHorseUp(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<HorseUpConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MonsterRefreshPointConfig GetMonsterRefreshPoint(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<MonsterRefreshPointConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MonsterNameColorConfig GetMonsterNameColor(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<MonsterNameColorConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AllPeoplePartyConfig GetAllPeopleParty(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<AllPeoplePartyConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ContinueSignInConfig GetContinueSignIn(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<ContinueSignInConfig>(_key);
|
| | | }
|
| | |
|
| | | public static CTGConfig GetCTG(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<CTGConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AreaCameraConfig GetAreaCamera(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<AreaCameraConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RandomNameConfig GetRandomName(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RandomNameConfig>(_key);
|
| | | }
|
| | |
|
| | | public static QuestionBankConfig GetQuestionBank(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<QuestionBankConfig>(_key);
|
| | | }
|
| | |
|
| | | public static PyTaskConfig GetPyTask(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<PyTaskConfig>(_key);
|
| | | }
|
| | |
|
| | | public static PlayerPropertyConfig GetPlayerProperty(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<PlayerPropertyConfig>(_key);
|
| | | }
|
| | |
|
| | | public static PlayerLVConfig GetPlayerLV(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<PlayerLVConfig>(_key);
|
| | | }
|
| | |
|
| | | public static PetInfoConfig GetPetInfo(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<PetInfoConfig>(_key);
|
| | | }
|
| | |
|
| | | public static PetEatEquipConfig GetPetEatEquip(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<PetEatEquipConfig>(_key);
|
| | | }
|
| | |
|
| | | public static PetClassCostConfig GetPetClassCost(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<PetClassCostConfig>(_key);
|
| | | }
|
| | |
|
| | | public static PersonalBossConfig GetPersonalBoss(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<PersonalBossConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RuleConfig GetRule(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RuleConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FreeGoodsConfig GetFreeGoods(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<FreeGoodsConfig>(_key);
|
| | | }
|
| | |
|
| | | public static GmCmdConfig GetGmCmd(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<GmCmdConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ChestsConfig GetChests(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<ChestsConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TreasureConfig GetTreasure(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<TreasureConfig>(_key);
|
| | | }
|
| | |
|
| | | public static JobNameConfig GetJobName(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<JobNameConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TeamTargetConfig GetTeamTarget(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<TeamTargetConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TaskListConfig GetTaskList(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<TaskListConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TASKINFOConfig GetTASKINFO(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<TASKINFOConfig>(_key);
|
| | | }
|
| | |
|
| | | public static InSevenDaysConfig GetInSevenDays(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<InSevenDaysConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TrialExchangeConfig GetTrialExchange(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<TrialExchangeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TreasureUpConfig GetTreasureUp(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<TreasureUpConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TreasureSkillConfig GetTreasureSkill(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<TreasureSkillConfig>(_key);
|
| | | }
|
| | |
|
| | | public static EquipWashConfig GetEquipWash(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<EquipWashConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AppointItemConfig GetAppointItem(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<AppointItemConfig>(_key);
|
| | | }
|
| | |
|
| | | public static OSRedAchieveConfig GetOSRedAchieve(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<OSRedAchieveConfig>(_key);
|
| | | }
|
| | |
|
| | | public static OSCBillTagAwardConfig GetOSCBillTagAward(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<OSCBillTagAwardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static OSCBillRankAwardConfig GetOSCBillRankAward(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<OSCBillRankAwardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static OrderInfoConfig GetOrderInfo(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<OrderInfoConfig>(_key);
|
| | | }
|
| | |
|
| | | public static OnlineAwardConfig GetOnlineAward(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<OnlineAwardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static OccupationNameConfig GetOccupationName(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<OccupationNameConfig>(_key);
|
| | | }
|
| | |
|
| | | public static NPCDropItemConfig GetNPCDropItem(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<NPCDropItemConfig>(_key);
|
| | | }
|
| | |
|
| | | public static NPCDialogueConfig GetNPCDialogue(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<NPCDialogueConfig>(_key);
|
| | | }
|
| | |
|
| | | public static NPCConfig GetNPC(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<NPCConfig>(_key);
|
| | | }
|
| | |
|
| | | public static UniquenessArriveConfig GetUniquenessArrive(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<UniquenessArriveConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FuncOpenLVConfig GetFuncOpenLV(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<FuncOpenLVConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AttrFruitConfig GetAttrFruit(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<AttrFruitConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RuneConfig GetRune(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RuneConfig>(_key);
|
| | | }
|
| | |
|
| | | public static bossSkillTipsConfig GetbossSkillTips(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<bossSkillTipsConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ViewRoleFuncConfig GetViewRoleFunc(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<ViewRoleFuncConfig>(_key);
|
| | | }
|
| | |
|
| | | public static BossHomeConfig GetBossHome(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<BossHomeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DailyQuestOpenTimeConfig GetDailyQuestOpenTime(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DailyQuestOpenTimeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static GetItemWaysConfig GetGetItemWays(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<GetItemWaysConfig>(_key);
|
| | | }
|
| | |
|
| | | public static StoryMissionsConfig GetStoryMissions(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<StoryMissionsConfig>(_key);
|
| | | }
|
| | |
|
| | | public static StoreConfig GetStore(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<StoreConfig>(_key);
|
| | | }
|
| | |
|
| | | public static SkillConfig GetSkill(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<SkillConfig>(_key);
|
| | | }
|
| | |
|
| | | public static BlastFurnaceLVConfig GetBlastFurnaceLV(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<BlastFurnaceLVConfig>(_key);
|
| | | }
|
| | |
|
| | | public static GodWeaponConfig GetGodWeapon(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<GodWeaponConfig>(_key);
|
| | | }
|
| | |
|
| | | public static GuideConfig GetGuide(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<GuideConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AudioConfig GetAudio(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<AudioConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ItemCompoundConfig GetItemCompound(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<ItemCompoundConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DemonJarConfig GetDemonJar(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DemonJarConfig>(_key);
|
| | | }
|
| | |
|
| | | public static XMZZAchievementConfig GetXMZZAchievement(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<XMZZAchievementConfig>(_key);
|
| | | }
|
| | |
|
| | | public static XBGetItemConfig GetXBGetItem(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<XBGetItemConfig>(_key);
|
| | | }
|
| | |
|
| | | public static WingRefineExpConfig GetWingRefineExp(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<WingRefineExpConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AlchemySpecConfig GetAlchemySpec(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<AlchemySpecConfig>(_key);
|
| | | }
|
| | |
|
| | | public static UnionLivenConfig GetUnionLiven(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<UnionLivenConfig>(_key);
|
| | | }
|
| | |
|
| | | public static EquipSuitCompoundConfig GetEquipSuitCompound(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<EquipSuitCompoundConfig>(_key);
|
| | | }
|
| | |
|
| | | public static SysInfoConfig GetSysInfo(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<SysInfoConfig>(_key);
|
| | | }
|
| | |
|
| | | public static SuitEffectConfig GetSuitEffect(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<SuitEffectConfig>(_key);
|
| | | }
|
| | |
|
| | | public static SuccessConfig GetSuccess(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<SuccessConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DungeonConfig GetDungeon(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DungeonConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DirtyWordConfig GetDirtyWord(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DirtyWordConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DungeonStateTimeConfig GetDungeonStateTime(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DungeonStateTimeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FamilyConfig GetFamily(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<FamilyConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FamilyTechConfig GetFamilyTech(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<FamilyTechConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FightPowerParamConfig GetFightPowerParam(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<FightPowerParamConfig>(_key);
|
| | | }
|
| | |
|
| | | public static EffectConfig GetEffect(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<EffectConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ItemPlusMaxConfig GetItemPlusMax(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<ItemPlusMaxConfig>(_key);
|
| | | return Config.Instance.Get<SkillConfig>(_key);
|
| | | }
|
| | |
|
| | | public static SignInConfig GetSignIn(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<SignInConfig>(_key);
|
| | | return Config.Instance.Get<SignInConfig>(_key);
|
| | | }
|
| | |
|
| | | public static SceneShadowConfig GetSceneShadow(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<SceneShadowConfig>(_key);
|
| | | return Config.Instance.Get<SceneShadowConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RuneTowerFloorConfig GetRuneTowerFloor(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RuneTowerFloorConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DemonRecommondPropertyConfig GetDemonRecommondProperty(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DemonRecommondPropertyConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ItemPlusSumAttrConfig GetItemPlusSumAttr(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<ItemPlusSumAttrConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ElderGodAreaConfig GetElderGodArea(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<ElderGodAreaConfig>(_key);
|
| | | return Config.Instance.Get<RuneTowerFloorConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RuneTowerConfig GetRuneTower(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RuneTowerConfig>(_key);
|
| | | return Config.Instance.Get<RuneTowerConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RuneComposeConfig GetRuneCompose(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RuneComposeConfig>(_key);
|
| | | return Config.Instance.Get<RuneComposeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DogzConfig GetDogz(string _key)
|
| | | public static RuneConfig GetRune(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DogzConfig>(_key);
|
| | | return Config.Instance.Get<RuneConfig>(_key);
|
| | | }
|
| | |
|
| | | public static LoginAdConfig GetLoginAd(string _key)
|
| | | public static RuleConfig GetRule(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<LoginAdConfig>(_key);
|
| | | }
|
| | |
|
| | | public static LoadingTipConfig GetLoadingTip(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<LoadingTipConfig>(_key);
|
| | | }
|
| | |
|
| | | public static LoadingFunctionConfig GetLoadingFunction(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<LoadingFunctionConfig>(_key);
|
| | | }
|
| | |
|
| | | public static LVAawrdConfig GetLVAawrd(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<LVAawrdConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MapConfig GetMap(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<MapConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MailConfig GetMail(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<MailConfig>(_key);
|
| | | }
|
| | |
|
| | | public static LoginSeverListConfig GetLoginSeverList(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<LoginSeverListConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DailyLivenessRewardConfig GetDailyLivenessReward(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DailyLivenessRewardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static EquipSuitAttrConfig GetEquipSuitAttr(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<EquipSuitAttrConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DungeonHintConfig GetDungeonHint(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DungeonHintConfig>(_key);
|
| | | }
|
| | |
|
| | | public static IconConfig GetIcon(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<IconConfig>(_key);
|
| | | }
|
| | |
|
| | | public static InvestConfig GetInvest(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<InvestConfig>(_key);
|
| | | }
|
| | |
|
| | | public static WeatherConfig GetWeather(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<WeatherConfig>(_key);
|
| | | }
|
| | |
|
| | | public static VipPrivilegeConfig GetVipPrivilege(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<VipPrivilegeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static VIPKillNPCConfig GetVIPKillNPC(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<VIPKillNPCConfig>(_key);
|
| | | }
|
| | |
|
| | | public static VIPAwardConfig GetVIPAward(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<VIPAwardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static EquipWashSpecConfig GetEquipWashSpec(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<EquipWashSpecConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DamageNumConfig GetDamageNum(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DamageNumConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MapResourcesConfig GetMapResources(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<MapResourcesConfig>(_key);
|
| | | }
|
| | |
|
| | | public static mapnpcConfig Getmapnpc(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<mapnpcConfig>(_key);
|
| | | }
|
| | |
|
| | | public static mapbornConfig Getmapborn(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<mapbornConfig>(_key);
|
| | | }
|
| | |
|
| | | public static mapAreaConfig GetmapArea(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<mapAreaConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FuncConfigConfig GetFuncConfig(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<FuncConfigConfig>(_key);
|
| | | }
|
| | |
|
| | | public static LanguageConfig GetLanguage(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<LanguageConfig>(_key);
|
| | | }
|
| | |
|
| | | public static KickOutReasonConfig GetKickOutReason(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<KickOutReasonConfig>(_key);
|
| | | }
|
| | |
|
| | | public static JobSetupConfig GetJobSetup(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<JobSetupConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ItemPlusConfig GetItemPlus(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<ItemPlusConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MapEventPointConfig GetMapEventPoint(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<MapEventPointConfig>(_key);
|
| | | return Config.Instance.Get<RuleConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RoleStrongerConfig GetRoleStronger(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RoleStrongerConfig>(_key);
|
| | | return Config.Instance.Get<RoleStrongerConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RoleResourceConfig GetRoleResource(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RoleResourceConfig>(_key);
|
| | | return Config.Instance.Get<RoleResourceConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RoleEquipStarsConfig GetRoleEquipStars(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RoleEquipStarsConfig>(_key);
|
| | | return Config.Instance.Get<RoleEquipStarsConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RichTextMsgReplaceConfig GetRichTextMsgReplace(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RichTextMsgReplaceConfig>(_key);
|
| | | return Config.Instance.Get<RichTextMsgReplaceConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ResourcesBackConfig GetResourcesBack(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<ResourcesBackConfig>(_key);
|
| | | return Config.Instance.Get<ResourcesBackConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RefineStoveConfig GetRefineStove(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RefineStoveConfig>(_key);
|
| | | return Config.Instance.Get<RefineStoveConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RedPackConfig GetRedPack(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RedPackConfig>(_key);
|
| | | return Config.Instance.Get<RedPackConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RealmPracticeConfig GetRealmPractice(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RealmPracticeConfig>(_key);
|
| | | return Config.Instance.Get<RealmPracticeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RealmConfig GetRealm(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RealmConfig>(_key);
|
| | | return Config.Instance.Get<RealmConfig>(_key);
|
| | | }
|
| | |
|
| | | public static RankListConfig GetRankList(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<RankListConfig>(_key);
|
| | | return Config.Instance.Get<RankListConfig>(_key);
|
| | | }
|
| | |
|
| | | public static WorldBossConfig GetWorldBoss(string _key)
|
| | | public static RandomNameConfig GetRandomName(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<WorldBossConfig>(_key);
|
| | | return Config.Instance.Get<RandomNameConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ActorShowConfig GetActorShow(string _key)
|
| | | public static QuestionBankConfig GetQuestionBank(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<ActorShowConfig>(_key);
|
| | | return Config.Instance.Get<QuestionBankConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DungeonInspireConfig GetDungeonInspire(string _key)
|
| | | public static PyTaskConfig GetPyTask(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DungeonInspireConfig>(_key);
|
| | | return Config.Instance.Get<PyTaskConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DialogConfig GetDialog(string _key)
|
| | | public static PlayerPropertyConfig GetPlayerProperty(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<DialogConfig>(_key);
|
| | | return Config.Instance.Get<PlayerPropertyConfig>(_key);
|
| | | }
|
| | |
|
| | | public static PlayerLVConfig GetPlayerLV(string _key)
|
| | | {
|
| | | return Config.Instance.Get<PlayerLVConfig>(_key);
|
| | | }
|
| | |
|
| | | public static PetInfoConfig GetPetInfo(string _key)
|
| | | {
|
| | | return Config.Instance.Get<PetInfoConfig>(_key);
|
| | | }
|
| | |
|
| | | public static PetEatEquipConfig GetPetEatEquip(string _key)
|
| | | {
|
| | | return Config.Instance.Get<PetEatEquipConfig>(_key);
|
| | | }
|
| | |
|
| | | public static PetClassCostConfig GetPetClassCost(string _key)
|
| | | {
|
| | | return Config.Instance.Get<PetClassCostConfig>(_key);
|
| | | }
|
| | |
|
| | | public static PersonalBossConfig GetPersonalBoss(string _key)
|
| | | {
|
| | | return Config.Instance.Get<PersonalBossConfig>(_key);
|
| | | }
|
| | |
|
| | | public static OSRedAchieveConfig GetOSRedAchieve(string _key)
|
| | | {
|
| | | return Config.Instance.Get<OSRedAchieveConfig>(_key);
|
| | | }
|
| | |
|
| | | public static OSCBillTagAwardConfig GetOSCBillTagAward(string _key)
|
| | | {
|
| | | return Config.Instance.Get<OSCBillTagAwardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static OSCBillRankAwardConfig GetOSCBillRankAward(string _key)
|
| | | {
|
| | | return Config.Instance.Get<OSCBillRankAwardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static OrderInfoConfig GetOrderInfo(string _key)
|
| | | {
|
| | | return Config.Instance.Get<OrderInfoConfig>(_key);
|
| | | }
|
| | |
|
| | | public static OnlineAwardConfig GetOnlineAward(string _key)
|
| | | {
|
| | | return Config.Instance.Get<OnlineAwardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static OccupationNameConfig GetOccupationName(string _key)
|
| | | {
|
| | | return Config.Instance.Get<OccupationNameConfig>(_key);
|
| | | }
|
| | |
|
| | | public static NPCDropItemConfig GetNPCDropItem(string _key)
|
| | | {
|
| | | return Config.Instance.Get<NPCDropItemConfig>(_key);
|
| | | }
|
| | |
|
| | | public static NPCDialogueConfig GetNPCDialogue(string _key)
|
| | | {
|
| | | return Config.Instance.Get<NPCDialogueConfig>(_key);
|
| | | }
|
| | |
|
| | | public static NPCConfig GetNPC(string _key)
|
| | | {
|
| | | return Config.Instance.Get<NPCConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MonsterRefreshPointConfig GetMonsterRefreshPoint(string _key)
|
| | | {
|
| | | return Config.Instance.Get<MonsterRefreshPointConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MonsterNameColorConfig GetMonsterNameColor(string _key)
|
| | | {
|
| | | return Config.Instance.Get<MonsterNameColorConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ModelResConfig GetModelRes(string _key)
|
| | | {
|
| | | return Config.Instance.Get<ModelResConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MarketConfig GetMarket(string _key)
|
| | | {
|
| | | return Config.Instance.Get<MarketConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MapUiControlConfig GetMapUiControl(string _key)
|
| | | {
|
| | | return Config.Instance.Get<MapUiControlConfig>(_key);
|
| | | }
|
| | |
|
| | | public static maptransportConfig Getmaptransport(string _key)
|
| | | {
|
| | | return Config.Instance.Get<maptransportConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MapResourcesConfig GetMapResources(string _key)
|
| | | {
|
| | | return Config.Instance.Get<MapResourcesConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DamageNumConfig GetDamageNum(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DamageNumConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DailyQuestSpecialOpenTimeConfig GetDailyQuestSpecialOpenTime(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DailyQuestSpecialOpenTimeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DailyQuestOpenTimeConfig GetDailyQuestOpenTime(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DailyQuestOpenTimeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DailyQuestConfig GetDailyQuest(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DailyQuestConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DailyLivenessRewardConfig GetDailyLivenessReward(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DailyLivenessRewardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static CTGConfig GetCTG(string _key)
|
| | | {
|
| | | return Config.Instance.Get<CTGConfig>(_key);
|
| | | }
|
| | |
|
| | | public static CreateRoleConfig GetCreateRole(string _key)
|
| | | {
|
| | | return Config.Instance.Get<CreateRoleConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ContinueSignInConfig GetContinueSignIn(string _key)
|
| | | {
|
| | | return Config.Instance.Get<ContinueSignInConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ChestsAwardConfig GetChestsAward(string _key)
|
| | | {
|
| | | return Config.Instance.Get<ChestsAwardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ChestsConfig GetChests(string _key)
|
| | | {
|
| | | return Config.Instance.Get<ChestsConfig>(_key);
|
| | | }
|
| | |
|
| | | public static bossSkillTipsConfig GetbossSkillTips(string _key)
|
| | | {
|
| | | return Config.Instance.Get<bossSkillTipsConfig>(_key);
|
| | | }
|
| | |
|
| | | public static HorseConfig GetHorse(string _key)
|
| | | {
|
| | | return Config.Instance.Get<HorseConfig>(_key);
|
| | | }
|
| | |
|
| | | public static GuideConfig GetGuide(string _key)
|
| | | {
|
| | | return Config.Instance.Get<GuideConfig>(_key);
|
| | | }
|
| | |
|
| | | public static GodWeaponConfig GetGodWeapon(string _key)
|
| | | {
|
| | | return Config.Instance.Get<GodWeaponConfig>(_key);
|
| | | }
|
| | |
|
| | | public static GmCmdConfig GetGmCmd(string _key)
|
| | | {
|
| | | return Config.Instance.Get<GmCmdConfig>(_key);
|
| | | }
|
| | |
|
| | | public static GetItemWaysConfig GetGetItemWays(string _key)
|
| | | {
|
| | | return Config.Instance.Get<GetItemWaysConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FunctionForecastConfig GetFunctionForecast(string _key)
|
| | | {
|
| | | return ConfigManager.Instance.GetTemplate<FunctionForecastConfig>(_key);
|
| | | return Config.Instance.Get<FunctionForecastConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FuncOpenLVConfig GetFuncOpenLV(string _key)
|
| | | {
|
| | | return Config.Instance.Get<FuncOpenLVConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FuncConfigConfig GetFuncConfig(string _key)
|
| | | {
|
| | | return Config.Instance.Get<FuncConfigConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FreeGoodsConfig GetFreeGoods(string _key)
|
| | | {
|
| | | return Config.Instance.Get<FreeGoodsConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FightPowerParamConfig GetFightPowerParam(string _key)
|
| | | {
|
| | | return Config.Instance.Get<FightPowerParamConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FamilyTechConfig GetFamilyTech(string _key)
|
| | | {
|
| | | return Config.Instance.Get<FamilyTechConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FamilyConfig GetFamily(string _key)
|
| | | {
|
| | | return Config.Instance.Get<FamilyConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FairyGrabBossConfig GetFairyGrabBoss(string _key)
|
| | | {
|
| | | return Config.Instance.Get<FairyGrabBossConfig>(_key);
|
| | | }
|
| | |
|
| | | public static FaceConfig GetFace(string _key)
|
| | | {
|
| | | return Config.Instance.Get<FaceConfig>(_key);
|
| | | }
|
| | |
|
| | | public static EquipWashSpecConfig GetEquipWashSpec(string _key)
|
| | | {
|
| | | return Config.Instance.Get<EquipWashSpecConfig>(_key);
|
| | | }
|
| | |
|
| | | public static BossRebornConfig GetBossReborn(string _key)
|
| | | {
|
| | | return Config.Instance.Get<BossRebornConfig>(_key);
|
| | | }
|
| | |
|
| | | public static BossInfoConfig GetBossInfo(string _key)
|
| | | {
|
| | | return Config.Instance.Get<BossInfoConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AreaCameraConfig GetAreaCamera(string _key)
|
| | | {
|
| | | return Config.Instance.Get<AreaCameraConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AlchemyConfig GetAlchemy(string _key)
|
| | | {
|
| | | return Config.Instance.Get<AlchemyConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AlchemySpecConfig GetAlchemySpec(string _key)
|
| | | {
|
| | | return Config.Instance.Get<AlchemySpecConfig>(_key);
|
| | | }
|
| | |
|
| | | public static XMZZAchievementConfig GetXMZZAchievement(string _key)
|
| | | {
|
| | | return Config.Instance.Get<XMZZAchievementConfig>(_key);
|
| | | }
|
| | |
|
| | | public static XBGetItemConfig GetXBGetItem(string _key)
|
| | | {
|
| | | return Config.Instance.Get<XBGetItemConfig>(_key);
|
| | | }
|
| | |
|
| | | public static WorldBossConfig GetWorldBoss(string _key)
|
| | | {
|
| | | return Config.Instance.Get<WorldBossConfig>(_key);
|
| | | }
|
| | |
|
| | | public static WingRefineExpConfig GetWingRefineExp(string _key)
|
| | | {
|
| | | return Config.Instance.Get<WingRefineExpConfig>(_key);
|
| | | }
|
| | |
|
| | | public static WingRefineAttrConfig GetWingRefineAttr(string _key)
|
| | | {
|
| | | return Config.Instance.Get<WingRefineAttrConfig>(_key);
|
| | | }
|
| | |
|
| | | public static WindowSearchConfig GetWindowSearch(string _key)
|
| | | {
|
| | | return Config.Instance.Get<WindowSearchConfig>(_key);
|
| | | }
|
| | |
|
| | | public static WHYJRewardConfig GetWHYJReward(string _key)
|
| | | {
|
| | | return Config.Instance.Get<WHYJRewardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static WeatherConfig GetWeather(string _key)
|
| | | {
|
| | | return Config.Instance.Get<WeatherConfig>(_key);
|
| | | }
|
| | |
|
| | | public static VipPrivilegeConfig GetVipPrivilege(string _key)
|
| | | {
|
| | | return Config.Instance.Get<VipPrivilegeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static VIPKillNPCConfig GetVIPKillNPC(string _key)
|
| | | {
|
| | | return Config.Instance.Get<VIPKillNPCConfig>(_key);
|
| | | }
|
| | |
|
| | | public static VIPAwardConfig GetVIPAward(string _key)
|
| | | {
|
| | | return Config.Instance.Get<VIPAwardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ViewRoleFuncConfig GetViewRoleFunc(string _key)
|
| | | {
|
| | | return Config.Instance.Get<ViewRoleFuncConfig>(_key);
|
| | | }
|
| | |
|
| | | public static UniquenessArriveConfig GetUniquenessArrive(string _key)
|
| | | {
|
| | | return Config.Instance.Get<UniquenessArriveConfig>(_key);
|
| | | }
|
| | |
|
| | | public static UnionLivenConfig GetUnionLiven(string _key)
|
| | | {
|
| | | return Config.Instance.Get<UnionLivenConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TrialRewardsConfig GetTrialRewards(string _key)
|
| | | {
|
| | | return Config.Instance.Get<TrialRewardsConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TrialExchangeConfig GetTrialExchange(string _key)
|
| | | {
|
| | | return Config.Instance.Get<TrialExchangeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TreasureUpConfig GetTreasureUp(string _key)
|
| | | {
|
| | | return Config.Instance.Get<TreasureUpConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TreasureSkillConfig GetTreasureSkill(string _key)
|
| | | {
|
| | | return Config.Instance.Get<TreasureSkillConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TreasureRefineConfig GetTreasureRefine(string _key)
|
| | | {
|
| | | return Config.Instance.Get<TreasureRefineConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TreasurePrivilegeConfig GetTreasurePrivilege(string _key)
|
| | | {
|
| | | return Config.Instance.Get<TreasurePrivilegeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TreasureFindHostConfig GetTreasureFindHost(string _key)
|
| | | {
|
| | | return Config.Instance.Get<TreasureFindHostConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TreasureConfig GetTreasure(string _key)
|
| | | {
|
| | | return Config.Instance.Get<TreasureConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TeamTargetConfig GetTeamTarget(string _key)
|
| | | {
|
| | | return Config.Instance.Get<TeamTargetConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TaskListConfig GetTaskList(string _key)
|
| | | {
|
| | | return Config.Instance.Get<TaskListConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TASKINFOConfig GetTASKINFO(string _key)
|
| | | {
|
| | | return Config.Instance.Get<TASKINFOConfig>(_key);
|
| | | }
|
| | |
|
| | | public static TalentConfig GetTalent(string _key)
|
| | | {
|
| | | return Config.Instance.Get<TalentConfig>(_key);
|
| | | }
|
| | |
|
| | | public static SysInfoConfig GetSysInfo(string _key)
|
| | | {
|
| | | return Config.Instance.Get<SysInfoConfig>(_key);
|
| | | }
|
| | |
|
| | | public static SuitEffectConfig GetSuitEffect(string _key)
|
| | | {
|
| | | return Config.Instance.Get<SuitEffectConfig>(_key);
|
| | | }
|
| | |
|
| | | public static SuccessConfig GetSuccess(string _key)
|
| | | {
|
| | | return Config.Instance.Get<SuccessConfig>(_key);
|
| | | }
|
| | |
|
| | | public static StoryMissionsConfig GetStoryMissions(string _key)
|
| | | {
|
| | | return Config.Instance.Get<StoryMissionsConfig>(_key);
|
| | | }
|
| | |
|
| | | public static StoreConfig GetStore(string _key)
|
| | | {
|
| | | return Config.Instance.Get<StoreConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AllPeoplePartyConfig GetAllPeopleParty(string _key)
|
| | | {
|
| | | return Config.Instance.Get<AllPeoplePartyConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AttrFruitConfig GetAttrFruit(string _key)
|
| | | {
|
| | | return Config.Instance.Get<AttrFruitConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ActorShowConfig GetActorShow(string _key)
|
| | | {
|
| | | return Config.Instance.Get<ActorShowConfig>(_key);
|
| | | }
|
| | |
|
| | | public static BossHomeConfig GetBossHome(string _key)
|
| | | {
|
| | | return Config.Instance.Get<BossHomeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AppointItemConfig GetAppointItem(string _key)
|
| | | {
|
| | | return Config.Instance.Get<AppointItemConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AllPeoplePartyAwardConfig GetAllPeoplePartyAward(string _key)
|
| | | {
|
| | | return Config.Instance.Get<AllPeoplePartyAwardConfig>(_key);
|
| | | }
|
| | |
|
| | | public static EquipWashConfig GetEquipWash(string _key)
|
| | | {
|
| | | return Config.Instance.Get<EquipWashConfig>(_key);
|
| | | }
|
| | |
|
| | | public static EquipSuitCompoundConfig GetEquipSuitCompound(string _key)
|
| | | {
|
| | | return Config.Instance.Get<EquipSuitCompoundConfig>(_key);
|
| | | }
|
| | |
|
| | | public static EquipSuitAttrConfig GetEquipSuitAttr(string _key)
|
| | | {
|
| | | return Config.Instance.Get<EquipSuitAttrConfig>(_key);
|
| | | }
|
| | |
|
| | | public static EquipGSParamConfig GetEquipGSParam(string _key)
|
| | | {
|
| | | return Config.Instance.Get<EquipGSParamConfig>(_key);
|
| | | }
|
| | |
|
| | | public static EquipDeComposeConfig GetEquipDeCompose(string _key)
|
| | | {
|
| | | return Config.Instance.Get<EquipDeComposeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ElderGodAreaConfig GetElderGodArea(string _key)
|
| | | {
|
| | | return Config.Instance.Get<ElderGodAreaConfig>(_key);
|
| | | }
|
| | |
|
| | | public static EffectConfig GetEffect(string _key)
|
| | | {
|
| | | return Config.Instance.Get<EffectConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DungeonStateTimeConfig GetDungeonStateTime(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DungeonStateTimeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DungeonSpecialStateTimeConfig GetDungeonSpecialStateTime(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DungeonSpecialStateTimeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DungeonOpenTimeConfig GetDungeonOpenTime(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DungeonOpenTimeConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DungeonInspireConfig GetDungeonInspire(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DungeonInspireConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DungeonHintConfig GetDungeonHint(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DungeonHintConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DungeonConfig GetDungeon(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DungeonConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DogzEquipPlusConfig GetDogzEquipPlus(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DogzEquipPlusConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DogzDungeonConfig GetDogzDungeon(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DogzDungeonConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DogzConfig GetDogz(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DogzConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DirtyWordConfig GetDirtyWord(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DirtyWordConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DirtyNameConfig GetDirtyName(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DirtyNameConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DienstgradConfig GetDienstgrad(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DienstgradConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DialogConfig GetDialog(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DialogConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DemonRecommondPropertyConfig GetDemonRecommondProperty(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DemonRecommondPropertyConfig>(_key);
|
| | | }
|
| | |
|
| | | public static DemonJarConfig GetDemonJar(string _key)
|
| | | {
|
| | | return Config.Instance.Get<DemonJarConfig>(_key);
|
| | | }
|
| | |
|
| | | public static AudioConfig GetAudio(string _key)
|
| | | {
|
| | | return Config.Instance.Get<AudioConfig>(_key);
|
| | | }
|
| | |
|
| | | public static mapnpcConfig Getmapnpc(string _key)
|
| | | {
|
| | | return Config.Instance.Get<mapnpcConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MapEventPointConfig GetMapEventPoint(string _key)
|
| | | {
|
| | | return Config.Instance.Get<MapEventPointConfig>(_key);
|
| | | }
|
| | |
|
| | | public static mapbornConfig Getmapborn(string _key)
|
| | | {
|
| | | return Config.Instance.Get<mapbornConfig>(_key);
|
| | | }
|
| | |
|
| | | public static mapAreaConfig GetmapArea(string _key)
|
| | | {
|
| | | return Config.Instance.Get<mapAreaConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MapConfig GetMap(string _key)
|
| | | {
|
| | | return Config.Instance.Get<MapConfig>(_key);
|
| | | }
|
| | |
|
| | | public static MailConfig GetMail(string _key)
|
| | | {
|
| | | return Config.Instance.Get<MailConfig>(_key);
|
| | | }
|
| | |
|
| | | public static LVAawrdConfig GetLVAawrd(string _key)
|
| | | {
|
| | | return Config.Instance.Get<LVAawrdConfig>(_key);
|
| | | }
|
| | |
|
| | | public static LoginSeverListConfig GetLoginSeverList(string _key)
|
| | | {
|
| | | return Config.Instance.Get<LoginSeverListConfig>(_key);
|
| | | }
|
| | |
|
| | | public static LoginAdConfig GetLoginAd(string _key)
|
| | | {
|
| | | return Config.Instance.Get<LoginAdConfig>(_key);
|
| | | }
|
| | |
|
| | | public static LoadingTipConfig GetLoadingTip(string _key)
|
| | | {
|
| | | return Config.Instance.Get<LoadingTipConfig>(_key);
|
| | | }
|
| | |
|
| | | public static LoadingFunctionConfig GetLoadingFunction(string _key)
|
| | | {
|
| | | return Config.Instance.Get<LoadingFunctionConfig>(_key);
|
| | | }
|
| | |
|
| | | public static LanguageConfig GetLanguage(string _key)
|
| | | {
|
| | | return Config.Instance.Get<LanguageConfig>(_key);
|
| | | }
|
| | |
|
| | | public static KickOutReasonConfig GetKickOutReason(string _key)
|
| | | {
|
| | | return Config.Instance.Get<KickOutReasonConfig>(_key);
|
| | | }
|
| | |
|
| | | public static JobSetupConfig GetJobSetup(string _key)
|
| | | {
|
| | | return Config.Instance.Get<JobSetupConfig>(_key);
|
| | | }
|
| | |
|
| | | public static JobNameConfig GetJobName(string _key)
|
| | | {
|
| | | return Config.Instance.Get<JobNameConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ItemPlusSumAttrConfig GetItemPlusSumAttr(string _key)
|
| | | {
|
| | | return Config.Instance.Get<ItemPlusSumAttrConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ItemPlusMaxConfig GetItemPlusMax(string _key)
|
| | | {
|
| | | return Config.Instance.Get<ItemPlusMaxConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ItemPlusConfig GetItemPlus(string _key)
|
| | | {
|
| | | return Config.Instance.Get<ItemPlusConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ItemCompoundConfig GetItemCompound(string _key)
|
| | | {
|
| | | return Config.Instance.Get<ItemCompoundConfig>(_key);
|
| | | }
|
| | |
|
| | | public static ItemConfig GetItem(string _key)
|
| | | {
|
| | | return Config.Instance.Get<ItemConfig>(_key);
|
| | | }
|
| | |
|
| | | public static InvestConfig GetInvest(string _key)
|
| | | {
|
| | | return Config.Instance.Get<InvestConfig>(_key);
|
| | | }
|
| | |
|
| | | public static InSevenDaysConfig GetInSevenDays(string _key)
|
| | | {
|
| | | return Config.Instance.Get<InSevenDaysConfig>(_key);
|
| | | }
|
| | |
|
| | | public static IconConfig GetIcon(string _key)
|
| | | {
|
| | | return Config.Instance.Get<IconConfig>(_key);
|
| | | }
|
| | |
|
| | | public static HorseUpConfig GetHorseUp(string _key)
|
| | | {
|
| | | return Config.Instance.Get<HorseUpConfig>(_key);
|
| | | }
|
| | |
|
| | | } |