From a43a2d78138612102819d1e767b96fb374b698f3 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 18 三月 2021 15:33:27 +0800 Subject: [PATCH] 0312 IL表代码生成优化,foreach改for;增加快捷创建红点;IL绑定常用表 --- Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs | 36 +++++++++++++++++++++++++++++++++++- 1 files changed, 35 insertions(+), 1 deletions(-) diff --git a/Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs b/Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs index 8be3293..d796f06 100644 --- a/Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs +++ b/Assets/ILRuntime/Editor/ILRuntimeCLRBinding.cs @@ -79,10 +79,44 @@ typeof(ItemModel), typeof(PackModel), typeof(EquipModel), + typeof(RedpointCenter), + typeof(Singleton<RedpointCenter>), + typeof(ItemLogicUtility), + typeof(Singleton<ItemLogicUtility>), + typeof(ItemOperateUtility), + typeof(Singleton<ItemOperateUtility>), + typeof(Equation), + typeof(Singleton<Equation>), + typeof(SkillHelper), + typeof(Singleton<SkillHelper>), + typeof(OpenServerActivityCenter), + typeof(Singleton<OpenServerActivityCenter>), + typeof(GlobalTimeEvent), + typeof(SingletonMonobehaviour<GlobalTimeEvent>), + typeof(UIHelper), + typeof(FindPreciousModel), + typeof(DungeonModel), + //琛� typeof(ItemConfig), typeof(FuncConfigConfig), - typeof(SysInfoConfig) + typeof(SysInfoConfig), + typeof(InvestConfig), + typeof(VipPrivilegeConfig), + typeof(DungeonOpenTimeConfig), + typeof(RealmConfig), + typeof(MapConfig), + typeof(OrderInfoConfig), + typeof(CTGConfig), + typeof(SkillConfig), + typeof(PetInfoConfig), + typeof(HorseConfig), + typeof(NPCConfig), + typeof(PlayerPropertyConfig), + typeof(SpiritWeaponConfig), + typeof(FuncOpenLVConfig), + typeof(FightPowerParamConfig), + typeof(EquipGSParamConfig), }; //闇�瑕佹帓闄ょ殑鏂规硶 -- Gitblit v1.8.0