少年修仙传客户端代码仓库
client_linchunjie
2019-05-15 c8e3a97e4e02e7328d70dbc3dc69c3d4230a5a37
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
18个文件已修改
4个文件已添加
17172 ■■■■■ 已修改文件
Lua/Gen/ComposeWinModelWrap.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/DelegatesGensBridge.cs 204 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/EnumWrap.cs 9180 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/SnxxzUIConfirmCancelWrap.cs 917 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/SnxxzUIConfirmCancelWrap.cs.meta 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/SnxxzUIDungeonModelWrap.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/SnxxzUIFindPreciousModelWrap.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/SnxxzUIFunctionButtonWrap.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/SnxxzUIImpactRankModelWrap.cs 4 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/SnxxzUIItemTipsModelWrap.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/SnxxzUIRedpointCenterWrap.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/SnxxzUIRedpointWrap.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/SnxxzUIReikiRootModelWrap.cs 31 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/SnxxzUITeamModelWrap.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/SnxxzUITreasureModelWrap.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/SnxxzUIWindowCenterWrap.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/TaskFeedbackConfigWrap.cs 372 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/TaskFeedbackConfigWrap.cs.meta 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/WrapPusher.cs 6111 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/XLuaGenAutoRegister.cs 243 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/link.xml 65 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Tip/ConfirmCancel.cs 1 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Lua/Gen/ComposeWinModelWrap.cs
@@ -791,7 +791,7 @@
                    int[] _makeIds = (int[])translator.GetObject(L, 2, typeof(int[]));
                    
                        PackType gen_ret = gen_to_be_invoked.GetPackTypeByMakerId( _makeIds );
                        translator.Push(L, gen_ret);
                        translator.PushPackType(L, gen_ret);
                    
                    
                    
Lua/Gen/DelegatesGensBridge.cs
@@ -1038,7 +1038,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushPlayerDataType(L, p1);
                
                PCall(L, 2, 0, errFunc);
                
@@ -1703,7 +1703,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushVipPrivilegeType(L, p1);
                
                PCall(L, 2, 1, errFunc);
                
@@ -2301,7 +2301,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushDungeonCoolDownType(L, p1);
                
                PCall(L, 2, 0, errFunc);
                
@@ -2509,7 +2509,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushPackType(L, p1);
                LuaAPI.xlua_pushinteger(L, p2);
                LuaAPI.xlua_pushinteger(L, p3);
                
@@ -4210,7 +4210,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushPackType(L, p1);
                LuaAPI.xlua_pushinteger(L, p2);
                
                PCall(L, 3, 0, errFunc);
@@ -4371,7 +4371,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushPackType(L, p1);
                
                PCall(L, 2, 0, errFunc);
                
@@ -4517,7 +4517,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushItemOperateType(L, p1);
                translator.PushAny(L, p2);
                
                PCall(L, 3, 0, errFunc);
@@ -4710,7 +4710,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushPackType(L, p1);
                
                PCall(L, 2, 1, errFunc);
                
@@ -4733,7 +4733,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushPackType(L, p1);
                
                PCall(L, 2, 1, errFunc);
                
@@ -4756,7 +4756,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushPackType(L, p1);
                LuaAPI.xlua_pushinteger(L, p2);
                
                PCall(L, 3, 1, errFunc);
@@ -4780,7 +4780,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushPackType(L, p1);
                translator.Push(L, p2);
                
                PCall(L, 3, 1, errFunc);
@@ -4805,7 +4805,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushPackType(L, p1);
                
                PCall(L, 2, 2, errFunc);
                
@@ -4829,7 +4829,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushPackType(L, p1);
                translator.Push(L, p2);
                translator.PushAny(L, p3);
                
@@ -5397,7 +5397,7 @@
#endif
        }
        
        public void __Gen_Delegate_Imp233(object p0, TreasureCategory p1)
        public Snxxz.UI.ReikiRootModel __Gen_Delegate_Imp233(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5407,7 +5407,29 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                PCall(L, 1, 1, errFunc);
                Snxxz.UI.ReikiRootModel __gen_ret = (Snxxz.UI.ReikiRootModel)translator.GetObject(L, errFunc + 1, typeof(Snxxz.UI.ReikiRootModel));
                LuaAPI.lua_settop(L, errFunc - 1);
                return  __gen_ret;
#if THREAD_SAFE || HOTFIX_ENABLE
            }
#endif
        }
        public void __Gen_Delegate_Imp234(object p0, TreasureCategory p1)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
            {
#endif
                RealStatePtr L = luaEnv.rawL;
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.PushTreasureCategory(L, p1);
                
                PCall(L, 2, 0, errFunc);
                
@@ -5420,7 +5442,7 @@
#endif
        }
        
        public System.Collections.IEnumerator __Gen_Delegate_Imp234(object p0, int p1, int p2)
        public System.Collections.IEnumerator __Gen_Delegate_Imp235(object p0, int p1, int p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5444,7 +5466,7 @@
#endif
        }
        
        public PlayerDeadModel __Gen_Delegate_Imp235(object p0)
        public PlayerDeadModel __Gen_Delegate_Imp236(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5466,7 +5488,7 @@
#endif
        }
        
        public Snxxz.UI.LuckyTreasureModel __Gen_Delegate_Imp236(object p0)
        public Snxxz.UI.LuckyTreasureModel __Gen_Delegate_Imp237(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5488,7 +5510,7 @@
#endif
        }
        
        public LoginRewardModel __Gen_Delegate_Imp237(object p0)
        public LoginRewardModel __Gen_Delegate_Imp238(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5510,7 +5532,7 @@
#endif
        }
        
        public string __Gen_Delegate_Imp238(object p0, int p1)
        public string __Gen_Delegate_Imp239(object p0, int p1)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5533,7 +5555,7 @@
#endif
        }
        
        public Snxxz.UI.FestivalRedpackModel __Gen_Delegate_Imp239(object p0)
        public Snxxz.UI.FestivalRedpackModel __Gen_Delegate_Imp240(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5555,7 +5577,7 @@
#endif
        }
        
        public Snxxz.UI.AchievementModel __Gen_Delegate_Imp240(object p0)
        public Snxxz.UI.AchievementModel __Gen_Delegate_Imp241(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5577,7 +5599,7 @@
#endif
        }
        
        public Snxxz.UI.RedEnvelopeModel __Gen_Delegate_Imp241(object p0)
        public Snxxz.UI.RedEnvelopeModel __Gen_Delegate_Imp242(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5599,7 +5621,7 @@
#endif
        }
        
        public System.DateTime __Gen_Delegate_Imp242(object p0, object p1)
        public System.DateTime __Gen_Delegate_Imp243(object p0, object p1)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5622,7 +5644,7 @@
#endif
        }
        
        public bool __Gen_Delegate_Imp243(object p0, object p1, int p2)
        public bool __Gen_Delegate_Imp244(object p0, object p1, int p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5646,7 +5668,7 @@
#endif
        }
        
        public bool __Gen_Delegate_Imp244(object p0, int p1, out Snxxz.UI.FestivalRedpack p2)
        public bool __Gen_Delegate_Imp245(object p0, int p1, out Snxxz.UI.FestivalRedpack p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5670,7 +5692,7 @@
#endif
        }
        
        public bool __Gen_Delegate_Imp245(object p0, int p1, out System.Collections.Generic.List<Snxxz.UI.FestivalRedpackAchievement> p2)
        public bool __Gen_Delegate_Imp246(object p0, int p1, out System.Collections.Generic.List<Snxxz.UI.FestivalRedpackAchievement> p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5694,7 +5716,7 @@
#endif
        }
        
        public void __Gen_Delegate_Imp246(object p0, Snxxz.UI.Operation p1, int p2)
        public void __Gen_Delegate_Imp247(object p0, Snxxz.UI.Operation p1, int p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5718,7 +5740,7 @@
#endif
        }
        
        public Snxxz.UI.FlashSaleModel __Gen_Delegate_Imp247(object p0)
        public Snxxz.UI.FlashSaleModel __Gen_Delegate_Imp248(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5740,7 +5762,7 @@
#endif
        }
        
        public void __Gen_Delegate_Imp248(object p0, Snxxz.UI.OperationFlashSale.FlashSaleGift p1)
        public void __Gen_Delegate_Imp249(object p0, Snxxz.UI.OperationFlashSale.FlashSaleGift p1)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5763,7 +5785,7 @@
#endif
        }
        
        public OpenServiceAchievementModel __Gen_Delegate_Imp249(object p0)
        public OpenServiceAchievementModel __Gen_Delegate_Imp250(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5785,7 +5807,7 @@
#endif
        }
        
        public Snxxz.UI.OperationLuckyTreasure __Gen_Delegate_Imp250(object p0)
        public Snxxz.UI.OperationLuckyTreasure __Gen_Delegate_Imp251(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5807,7 +5829,7 @@
#endif
        }
        
        public void __Gen_Delegate_Imp251(object p0, Snxxz.UI.Operation p1)
        public void __Gen_Delegate_Imp252(object p0, Snxxz.UI.Operation p1)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5830,7 +5852,7 @@
#endif
        }
        
        public Snxxz.UI.OperationLuckyTreasure.LuckyTreasureItem __Gen_Delegate_Imp252(object p0)
        public Snxxz.UI.OperationLuckyTreasure.LuckyTreasureItem __Gen_Delegate_Imp253(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5852,7 +5874,7 @@
#endif
        }
        
        public Snxxz.UI.MysticalPurchaseModel __Gen_Delegate_Imp253(object p0)
        public Snxxz.UI.MysticalPurchaseModel __Gen_Delegate_Imp254(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5874,7 +5896,7 @@
#endif
        }
        
        public Snxxz.UI.ImpactRankModel __Gen_Delegate_Imp254(object p0)
        public Snxxz.UI.ImpactRankModel __Gen_Delegate_Imp255(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5896,7 +5918,7 @@
#endif
        }
        
        public Snxxz.UI.OSRedEnvelopeModel __Gen_Delegate_Imp255(object p0)
        public Snxxz.UI.OSRedEnvelopeModel __Gen_Delegate_Imp256(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5918,7 +5940,7 @@
#endif
        }
        
        public Snxxz.UI.FairyLeagueModel __Gen_Delegate_Imp256(object p0)
        public Snxxz.UI.FairyLeagueModel __Gen_Delegate_Imp257(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5940,7 +5962,7 @@
#endif
        }
        
        public Snxxz.UI.FairyGrabBossModel __Gen_Delegate_Imp257(object p0)
        public Snxxz.UI.FairyGrabBossModel __Gen_Delegate_Imp258(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5962,7 +5984,7 @@
#endif
        }
        
        public Snxxz.UI.OSGiftModel __Gen_Delegate_Imp258(object p0)
        public Snxxz.UI.OSGiftModel __Gen_Delegate_Imp259(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -5984,7 +6006,7 @@
#endif
        }
        
        public Snxxz.UI.VipModel __Gen_Delegate_Imp259(object p0)
        public Snxxz.UI.VipModel __Gen_Delegate_Imp260(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6006,7 +6028,7 @@
#endif
        }
        
        public void __Gen_Delegate_Imp260(object p0, int p1, object p2, int p3, int p4)
        public void __Gen_Delegate_Imp261(object p0, int p1, object p2, int p3, int p4)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6032,7 +6054,7 @@
#endif
        }
        
        public SpringFestivalModel __Gen_Delegate_Imp261(object p0)
        public SpringFestivalModel __Gen_Delegate_Imp262(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6054,7 +6076,7 @@
#endif
        }
        
        public Snxxz.UI.ActivateShow.ActivateFunc __Gen_Delegate_Imp262()
        public Snxxz.UI.ActivateShow.ActivateFunc __Gen_Delegate_Imp263()
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6075,7 +6097,7 @@
#endif
        }
        
        public void __Gen_Delegate_Imp263(Snxxz.UI.ActivateShow.ActivateFunc p0)
        public void __Gen_Delegate_Imp264(Snxxz.UI.ActivateShow.ActivateFunc p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6097,7 +6119,7 @@
#endif
        }
        
        public string __Gen_Delegate_Imp264()
        public string __Gen_Delegate_Imp265()
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6118,7 +6140,7 @@
#endif
        }
        
        public void __Gen_Delegate_Imp265(int p0, int p1, int p2)
        public void __Gen_Delegate_Imp266(int p0, int p1, int p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6142,7 +6164,7 @@
#endif
        }
        
        public Snxxz.UI.RidingPetBossModel __Gen_Delegate_Imp266(object p0)
        public Snxxz.UI.RidingPetBossModel __Gen_Delegate_Imp267(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6164,7 +6186,7 @@
#endif
        }
        
        public Snxxz.UI.MagicianModel __Gen_Delegate_Imp267()
        public Snxxz.UI.MagicianModel __Gen_Delegate_Imp268()
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6185,7 +6207,7 @@
#endif
        }
        
        public bool __Gen_Delegate_Imp268(uint p0, out System.Collections.Generic.Dictionary<int, int> p1)
        public bool __Gen_Delegate_Imp269(uint p0, out System.Collections.Generic.Dictionary<int, int> p1)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6208,7 +6230,7 @@
#endif
        }
        
        public bool __Gen_Delegate_Imp269(uint p0, int p1, out int p2)
        public bool __Gen_Delegate_Imp270(uint p0, int p1, out int p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6232,7 +6254,7 @@
#endif
        }
        
        public bool __Gen_Delegate_Imp270(Snxxz.UI.EquipShowSwitch.EquipShowSwitchType p0, uint p1)
        public bool __Gen_Delegate_Imp271(Snxxz.UI.EquipShowSwitch.EquipShowSwitchType p0, uint p1)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6255,7 +6277,7 @@
#endif
        }
        
        public void __Gen_Delegate_Imp271(uint p0)
        public void __Gen_Delegate_Imp272(uint p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6277,7 +6299,7 @@
#endif
        }
        
        public System.Collections.Generic.Dictionary<int, string> __Gen_Delegate_Imp272(object p0)
        public System.Collections.Generic.Dictionary<int, string> __Gen_Delegate_Imp273(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6299,7 +6321,7 @@
#endif
        }
        
        public int[] __Gen_Delegate_Imp273(object p0)
        public int[] __Gen_Delegate_Imp274(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6321,7 +6343,7 @@
#endif
        }
        
        public int[] __Gen_Delegate_Imp274(object p0, int p1)
        public int[] __Gen_Delegate_Imp275(object p0, int p1)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6344,7 +6366,7 @@
#endif
        }
        
        public Snxxz.UI.GodWeaponInfo __Gen_Delegate_Imp275(object p0, int p1)
        public Snxxz.UI.GodWeaponInfo __Gen_Delegate_Imp276(object p0, int p1)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6367,7 +6389,7 @@
#endif
        }
        
        public bool __Gen_Delegate_Imp276(object p0, int p1, out System.Collections.Generic.List<Snxxz.UI.GodWeaponCondition> p2)
        public bool __Gen_Delegate_Imp277(object p0, int p1, out System.Collections.Generic.List<Snxxz.UI.GodWeaponCondition> p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6391,7 +6413,7 @@
#endif
        }
        
        public bool __Gen_Delegate_Imp277(object p0, int p1, out Snxxz.UI.AutoHammerCost p2)
        public bool __Gen_Delegate_Imp278(object p0, int p1, out Snxxz.UI.AutoHammerCost p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6415,7 +6437,7 @@
#endif
        }
        
        public System.Collections.Generic.List<int> __Gen_Delegate_Imp278(object p0, int p1)
        public System.Collections.Generic.List<int> __Gen_Delegate_Imp279(object p0, int p1)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6438,7 +6460,7 @@
#endif
        }
        
        public void __Gen_Delegate_Imp279(object p0, object p1, object p2)
        public void __Gen_Delegate_Imp280(object p0, object p1, object p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6462,7 +6484,7 @@
#endif
        }
        
        public bool __Gen_Delegate_Imp280(object p0, int p1, out int p2, out int p3)
        public bool __Gen_Delegate_Imp281(object p0, int p1, out int p2, out int p3)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6487,7 +6509,7 @@
#endif
        }
        
        public string __Gen_Delegate_Imp281(object p0, int p1, int p2)
        public string __Gen_Delegate_Imp282(object p0, int p1, int p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6511,7 +6533,7 @@
#endif
        }
        
        public void __Gen_Delegate_Imp282(object p0, TextColType p1, bool p2)
        public void __Gen_Delegate_Imp283(object p0, TextColType p1, bool p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6521,7 +6543,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushTextColType(L, p1);
                LuaAPI.lua_pushboolean(L, p2);
                
                PCall(L, 3, 0, errFunc);
@@ -6535,7 +6557,7 @@
#endif
        }
        
        public uint __Gen_Delegate_Imp283(object p0)
        public uint __Gen_Delegate_Imp284(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6557,7 +6579,7 @@
#endif
        }
        
        public void __Gen_Delegate_Imp284(object p0, uint p1)
        public void __Gen_Delegate_Imp285(object p0, uint p1)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6580,7 +6602,7 @@
#endif
        }
        
        public bool __Gen_Delegate_Imp285(object p0, int p1, out Snxxz.UI.RuneItem p2)
        public bool __Gen_Delegate_Imp286(object p0, int p1, out Snxxz.UI.RuneItem p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6604,7 +6626,7 @@
#endif
        }
        
        public bool __Gen_Delegate_Imp286(object p0, int p1, out Snxxz.UI.RuneHoleCondition p2)
        public bool __Gen_Delegate_Imp287(object p0, int p1, out Snxxz.UI.RuneHoleCondition p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6628,7 +6650,7 @@
#endif
        }
        
        public int __Gen_Delegate_Imp287(object p0, int p1, out Snxxz.UI.RuneItem p2)
        public int __Gen_Delegate_Imp288(object p0, int p1, out Snxxz.UI.RuneItem p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6652,7 +6674,7 @@
#endif
        }
        
        public bool __Gen_Delegate_Imp288(object p0, int p1, out Snxxz.UI.RuneModel.RuneHoleRedpoint p2)
        public bool __Gen_Delegate_Imp289(object p0, int p1, out Snxxz.UI.RuneModel.RuneHoleRedpoint p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6676,7 +6698,7 @@
#endif
        }
        
        public int __Gen_Delegate_Imp289(object p0, int p1, float p2)
        public int __Gen_Delegate_Imp290(object p0, int p1, float p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6700,7 +6722,7 @@
#endif
        }
        
        public bool __Gen_Delegate_Imp290(object p0, int p1, uint p2)
        public bool __Gen_Delegate_Imp291(object p0, int p1, uint p2)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6724,7 +6746,7 @@
#endif
        }
        
        public Snxxz.UI.RuneResolveModel __Gen_Delegate_Imp291(object p0)
        public Snxxz.UI.RuneResolveModel __Gen_Delegate_Imp292(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6746,7 +6768,7 @@
#endif
        }
        
        public Snxxz.UI.RuneModel __Gen_Delegate_Imp292(object p0)
        public Snxxz.UI.RuneModel __Gen_Delegate_Imp293(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6768,7 +6790,7 @@
#endif
        }
        
        public float __Gen_Delegate_Imp293(object p0, int p1, int p2, bool p3)
        public float __Gen_Delegate_Imp294(object p0, int p1, int p2, bool p3)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6793,7 +6815,7 @@
#endif
        }
        
        public float __Gen_Delegate_Imp294(object p0, int p1)
        public float __Gen_Delegate_Imp295(object p0, int p1)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -6809,28 +6831,6 @@
                
                
                float __gen_ret = (float)LuaAPI.lua_tonumber(L, errFunc + 1);
                LuaAPI.lua_settop(L, errFunc - 1);
                return  __gen_ret;
#if THREAD_SAFE || HOTFIX_ENABLE
            }
#endif
        }
        public Snxxz.UI.ReikiRootModel __Gen_Delegate_Imp295(object p0)
        {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
            {
#endif
                RealStatePtr L = luaEnv.rawL;
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                PCall(L, 1, 1, errFunc);
                Snxxz.UI.ReikiRootModel __gen_ret = (Snxxz.UI.ReikiRootModel)translator.GetObject(L, errFunc + 1, typeof(Snxxz.UI.ReikiRootModel));
                LuaAPI.lua_settop(L, errFunc - 1);
                return  __gen_ret;
#if THREAD_SAFE || HOTFIX_ENABLE
@@ -7139,7 +7139,7 @@
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                LuaAPI.lua_pushboolean(L, p1);
                translator.Push(L, p2);
                translator.PushTreasureCategory(L, p2);
                
                PCall(L, 3, 0, errFunc);
                
@@ -7162,7 +7162,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushTreasureCategory(L, p1);
                translator.PushAny(L, p2);
                
                PCall(L, 3, 1, errFunc);
@@ -7186,7 +7186,7 @@
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                translator.Push(L, p1);
                translator.PushTreasureCategory(L, p1);
                LuaAPI.lua_pushboolean(L, p2);
                
                PCall(L, 3, 0, errFunc);
Lua/Gen/EnumWrap.cs
Diff too large
Lua/Gen/SnxxzUIConfirmCancelWrap.cs
New file
@@ -0,0 +1,917 @@
#if USE_UNI_LUA
using LuaAPI = UniLua.Lua;
using RealStatePtr = UniLua.ILuaState;
using LuaCSFunction = UniLua.CSharpFunctionDelegate;
#else
using LuaAPI = XLua.LuaDLL.Lua;
using RealStatePtr = System.IntPtr;
using LuaCSFunction = XLua.LuaDLL.lua_CSFunction;
#endif
using XLua;
using System.Collections.Generic;
namespace XLua.CSObjectWrap
{
    using Utils = XLua.Utils;
    public class SnxxzUIConfirmCancelWrap
    {
        public static void __Register(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
            System.Type type = typeof(Snxxz.UI.ConfirmCancel);
            Utils.BeginObjectRegister(type, L, translator, 0, 0, 0, 0);
            Utils.EndObjectRegister(type, L, translator, null, null,
                null, null, null);
            Utils.BeginClassRegister(type, L, __CreateInstance, 8, 24, 17);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "ShowPopConfirm", _m_ShowPopConfirm_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "ShowRealmPopConfirm", _m_ShowRealmPopConfirm_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "ShowRuneTowerPopConfirm", _m_ShowRuneTowerPopConfirm_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "ToggleConfirmCancel", _m_ToggleConfirmCancel_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "IconConfirmCancel", _m_IconConfirmCancel_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "ShowFairyLeagueGuide", _m_ShowFairyLeagueGuide_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "ShowItemConfirm", _m_ShowItemConfirm_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "popConfirmTitle", _g_get_popConfirmTitle);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "popConfirmInfo", _g_get_popConfirmInfo);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "IsSingleConfirm", _g_get_IsSingleConfirm);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "OKName", _g_get_OKName);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "toggleContent", _g_get_toggleContent);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "toggleOpenState", _g_get_toggleOpenState);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "iconToggleText", _g_get_iconToggleText);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "OnPopConfirmClickEvent", _g_get_OnPopConfirmClickEvent);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "OnPopSingleConfirmEvent", _g_get_OnPopSingleConfirmEvent);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "generalTitle", _g_get_generalTitle);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "generalContent", _g_get_generalContent);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "OnToggleConfirmEvent", _g_get_OnToggleConfirmEvent);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "iconTitle", _g_get_iconTitle);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "iconTopInfo", _g_get_iconTopInfo);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "iconBottomInfo", _g_get_iconBottomInfo);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "iconItemId", _g_get_iconItemId);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "iconNeedCnt", _g_get_iconNeedCnt);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "iconHaveCnt", _g_get_iconHaveCnt);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "OnIconToggleConfirmAct", _g_get_OnIconToggleConfirmAct);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "OnFairyLeagueGuideEvent", _g_get_OnFairyLeagueGuideEvent);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "generalItemTip", _g_get_generalItemTip);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "generalItemId", _g_get_generalItemId);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "generalItemCnt", _g_get_generalItemCnt);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "ItemConfirmEvent", _g_get_ItemConfirmEvent);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "OnPopConfirmClickEvent", _s_set_OnPopConfirmClickEvent);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "OnPopSingleConfirmEvent", _s_set_OnPopSingleConfirmEvent);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "generalTitle", _s_set_generalTitle);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "generalContent", _s_set_generalContent);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "OnToggleConfirmEvent", _s_set_OnToggleConfirmEvent);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "iconTitle", _s_set_iconTitle);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "iconTopInfo", _s_set_iconTopInfo);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "iconBottomInfo", _s_set_iconBottomInfo);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "iconItemId", _s_set_iconItemId);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "iconNeedCnt", _s_set_iconNeedCnt);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "iconHaveCnt", _s_set_iconHaveCnt);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "OnIconToggleConfirmAct", _s_set_OnIconToggleConfirmAct);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "OnFairyLeagueGuideEvent", _s_set_OnFairyLeagueGuideEvent);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "generalItemTip", _s_set_generalItemTip);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "generalItemId", _s_set_generalItemId);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "generalItemCnt", _s_set_generalItemCnt);
            Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "ItemConfirmEvent", _s_set_ItemConfirmEvent);
            Utils.EndClassRegister(type, L, translator);
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int __CreateInstance(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                if(LuaAPI.lua_gettop(L) == 1)
                {
                    Snxxz.UI.ConfirmCancel gen_ret = new Snxxz.UI.ConfirmCancel();
                    translator.Push(L, gen_ret);
                    return 1;
                }
            }
            catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.ConfirmCancel constructor!");
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_ShowPopConfirm_xlua_st_(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                int gen_param_count = LuaAPI.lua_gettop(L);
                if(gen_param_count == 3&& (LuaAPI.lua_isnil(L, 1) || LuaAPI.lua_type(L, 1) == LuaTypes.LUA_TSTRING)&& (LuaAPI.lua_isnil(L, 2) || LuaAPI.lua_type(L, 2) == LuaTypes.LUA_TSTRING)&& translator.Assignable<System.Action<bool>>(L, 3))
                {
                    string _title = LuaAPI.lua_tostring(L, 1);
                    string _info = LuaAPI.lua_tostring(L, 2);
                    System.Action<bool> _func = translator.GetDelegate<System.Action<bool>>(L, 3);
                    Snxxz.UI.ConfirmCancel.ShowPopConfirm( _title, _info, _func );
                    return 0;
                }
                if(gen_param_count == 3&& (LuaAPI.lua_isnil(L, 1) || LuaAPI.lua_type(L, 1) == LuaTypes.LUA_TSTRING)&& (LuaAPI.lua_isnil(L, 2) || LuaAPI.lua_type(L, 2) == LuaTypes.LUA_TSTRING)&& translator.Assignable<System.Action>(L, 3))
                {
                    string _title = LuaAPI.lua_tostring(L, 1);
                    string _info = LuaAPI.lua_tostring(L, 2);
                    System.Action _func = translator.GetDelegate<System.Action>(L, 3);
                    Snxxz.UI.ConfirmCancel.ShowPopConfirm( _title, _info, _func );
                    return 0;
                }
                if(gen_param_count == 2&& (LuaAPI.lua_isnil(L, 1) || LuaAPI.lua_type(L, 1) == LuaTypes.LUA_TSTRING)&& (LuaAPI.lua_isnil(L, 2) || LuaAPI.lua_type(L, 2) == LuaTypes.LUA_TSTRING))
                {
                    string _title = LuaAPI.lua_tostring(L, 1);
                    string _info = LuaAPI.lua_tostring(L, 2);
                    Snxxz.UI.ConfirmCancel.ShowPopConfirm( _title, _info );
                    return 0;
                }
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.ConfirmCancel.ShowPopConfirm!");
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_ShowRealmPopConfirm_xlua_st_(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                int gen_param_count = LuaAPI.lua_gettop(L);
                if(gen_param_count == 4&& (LuaAPI.lua_isnil(L, 1) || LuaAPI.lua_type(L, 1) == LuaTypes.LUA_TSTRING)&& (LuaAPI.lua_isnil(L, 2) || LuaAPI.lua_type(L, 2) == LuaTypes.LUA_TSTRING)&& (LuaAPI.lua_isnil(L, 3) || LuaAPI.lua_type(L, 3) == LuaTypes.LUA_TSTRING)&& translator.Assignable<System.Action>(L, 4))
                {
                    string _title = LuaAPI.lua_tostring(L, 1);
                    string _info = LuaAPI.lua_tostring(L, 2);
                    string _okName = LuaAPI.lua_tostring(L, 3);
                    System.Action _func = translator.GetDelegate<System.Action>(L, 4);
                    Snxxz.UI.ConfirmCancel.ShowRealmPopConfirm( _title, _info, _okName, _func );
                    return 0;
                }
                if(gen_param_count == 3&& (LuaAPI.lua_isnil(L, 1) || LuaAPI.lua_type(L, 1) == LuaTypes.LUA_TSTRING)&& (LuaAPI.lua_isnil(L, 2) || LuaAPI.lua_type(L, 2) == LuaTypes.LUA_TSTRING)&& (LuaAPI.lua_isnil(L, 3) || LuaAPI.lua_type(L, 3) == LuaTypes.LUA_TSTRING))
                {
                    string _title = LuaAPI.lua_tostring(L, 1);
                    string _info = LuaAPI.lua_tostring(L, 2);
                    string _okName = LuaAPI.lua_tostring(L, 3);
                    Snxxz.UI.ConfirmCancel.ShowRealmPopConfirm( _title, _info, _okName );
                    return 0;
                }
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.ConfirmCancel.ShowRealmPopConfirm!");
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_ShowRuneTowerPopConfirm_xlua_st_(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                {
                    string _title = LuaAPI.lua_tostring(L, 1);
                    string _info = LuaAPI.lua_tostring(L, 2);
                    System.Action<bool> _func = translator.GetDelegate<System.Action<bool>>(L, 3);
                    Snxxz.UI.ConfirmCancel.ShowRuneTowerPopConfirm( _title, _info, _func );
                    return 0;
                }
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_ToggleConfirmCancel_xlua_st_(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                int gen_param_count = LuaAPI.lua_gettop(L);
                if(gen_param_count == 5&& (LuaAPI.lua_isnil(L, 1) || LuaAPI.lua_type(L, 1) == LuaTypes.LUA_TSTRING)&& (LuaAPI.lua_isnil(L, 2) || LuaAPI.lua_type(L, 2) == LuaTypes.LUA_TSTRING)&& (LuaAPI.lua_isnil(L, 3) || LuaAPI.lua_type(L, 3) == LuaTypes.LUA_TSTRING)&& translator.Assignable<System.Action<bool, bool>>(L, 4)&& LuaTypes.LUA_TBOOLEAN == LuaAPI.lua_type(L, 5))
                {
                    string _title = LuaAPI.lua_tostring(L, 1);
                    string _content = LuaAPI.lua_tostring(L, 2);
                    string _toggleTxt = LuaAPI.lua_tostring(L, 3);
                    System.Action<bool, bool> _func = translator.GetDelegate<System.Action<bool, bool>>(L, 4);
                    bool __toggle = LuaAPI.lua_toboolean(L, 5);
                    Snxxz.UI.ConfirmCancel.ToggleConfirmCancel( _title, _content, _toggleTxt, _func, __toggle );
                    return 0;
                }
                if(gen_param_count == 4&& (LuaAPI.lua_isnil(L, 1) || LuaAPI.lua_type(L, 1) == LuaTypes.LUA_TSTRING)&& (LuaAPI.lua_isnil(L, 2) || LuaAPI.lua_type(L, 2) == LuaTypes.LUA_TSTRING)&& (LuaAPI.lua_isnil(L, 3) || LuaAPI.lua_type(L, 3) == LuaTypes.LUA_TSTRING)&& translator.Assignable<System.Action<bool, bool>>(L, 4))
                {
                    string _title = LuaAPI.lua_tostring(L, 1);
                    string _content = LuaAPI.lua_tostring(L, 2);
                    string _toggleTxt = LuaAPI.lua_tostring(L, 3);
                    System.Action<bool, bool> _func = translator.GetDelegate<System.Action<bool, bool>>(L, 4);
                    Snxxz.UI.ConfirmCancel.ToggleConfirmCancel( _title, _content, _toggleTxt, _func );
                    return 0;
                }
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.ConfirmCancel.ToggleConfirmCancel!");
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_IconConfirmCancel_xlua_st_(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                {
                    string _title = LuaAPI.lua_tostring(L, 1);
                    string _topInfo = LuaAPI.lua_tostring(L, 2);
                    int _id = LuaAPI.xlua_tointeger(L, 3);
                    int _haveCnt = LuaAPI.xlua_tointeger(L, 4);
                    int _needCnt = LuaAPI.xlua_tointeger(L, 5);
                    string _bottomInfo = LuaAPI.lua_tostring(L, 6);
                    string _toggleTxt = LuaAPI.lua_tostring(L, 7);
                    System.Action<bool, bool> _func = translator.GetDelegate<System.Action<bool, bool>>(L, 8);
                    Snxxz.UI.ConfirmCancel.IconConfirmCancel( _title, _topInfo, _id, _haveCnt, _needCnt, _bottomInfo, _toggleTxt, _func );
                    return 0;
                }
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_ShowFairyLeagueGuide_xlua_st_(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                int gen_param_count = LuaAPI.lua_gettop(L);
                if(gen_param_count == 1&& translator.Assignable<System.Action<bool>>(L, 1))
                {
                    System.Action<bool> _func = translator.GetDelegate<System.Action<bool>>(L, 1);
                    Snxxz.UI.ConfirmCancel.ShowFairyLeagueGuide( _func );
                    return 0;
                }
                if(gen_param_count == 0)
                {
                    Snxxz.UI.ConfirmCancel.ShowFairyLeagueGuide(  );
                    return 0;
                }
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.ConfirmCancel.ShowFairyLeagueGuide!");
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_ShowItemConfirm_xlua_st_(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                {
                    string _info = LuaAPI.lua_tostring(L, 1);
                    int __itemId = LuaAPI.xlua_tointeger(L, 2);
                    int __itemCnt = LuaAPI.xlua_tointeger(L, 3);
                    System.Action _func = translator.GetDelegate<System.Action>(L, 4);
                    Snxxz.UI.ConfirmCancel.ShowItemConfirm( _info, __itemId, __itemCnt, _func );
                    return 0;
                }
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_popConfirmTitle(RealStatePtr L)
        {
            try {
                LuaAPI.lua_pushstring(L, Snxxz.UI.ConfirmCancel.popConfirmTitle);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_popConfirmInfo(RealStatePtr L)
        {
            try {
                LuaAPI.lua_pushstring(L, Snxxz.UI.ConfirmCancel.popConfirmInfo);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_IsSingleConfirm(RealStatePtr L)
        {
            try {
                LuaAPI.lua_pushboolean(L, Snxxz.UI.ConfirmCancel.IsSingleConfirm);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_OKName(RealStatePtr L)
        {
            try {
                LuaAPI.lua_pushstring(L, Snxxz.UI.ConfirmCancel.OKName);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_toggleContent(RealStatePtr L)
        {
            try {
                LuaAPI.lua_pushstring(L, Snxxz.UI.ConfirmCancel.toggleContent);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_toggleOpenState(RealStatePtr L)
        {
            try {
                LuaAPI.lua_pushboolean(L, Snxxz.UI.ConfirmCancel.toggleOpenState);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_iconToggleText(RealStatePtr L)
        {
            try {
                LuaAPI.lua_pushstring(L, Snxxz.UI.ConfirmCancel.iconToggleText);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_OnPopConfirmClickEvent(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                translator.Push(L, Snxxz.UI.ConfirmCancel.OnPopConfirmClickEvent);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_OnPopSingleConfirmEvent(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                translator.Push(L, Snxxz.UI.ConfirmCancel.OnPopSingleConfirmEvent);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_generalTitle(RealStatePtr L)
        {
            try {
                LuaAPI.lua_pushstring(L, Snxxz.UI.ConfirmCancel.generalTitle);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_generalContent(RealStatePtr L)
        {
            try {
                LuaAPI.lua_pushstring(L, Snxxz.UI.ConfirmCancel.generalContent);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_OnToggleConfirmEvent(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                translator.Push(L, Snxxz.UI.ConfirmCancel.OnToggleConfirmEvent);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_iconTitle(RealStatePtr L)
        {
            try {
                LuaAPI.lua_pushstring(L, Snxxz.UI.ConfirmCancel.iconTitle);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_iconTopInfo(RealStatePtr L)
        {
            try {
                LuaAPI.lua_pushstring(L, Snxxz.UI.ConfirmCancel.iconTopInfo);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_iconBottomInfo(RealStatePtr L)
        {
            try {
                LuaAPI.lua_pushstring(L, Snxxz.UI.ConfirmCancel.iconBottomInfo);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_iconItemId(RealStatePtr L)
        {
            try {
                LuaAPI.xlua_pushinteger(L, Snxxz.UI.ConfirmCancel.iconItemId);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_iconNeedCnt(RealStatePtr L)
        {
            try {
                LuaAPI.xlua_pushinteger(L, Snxxz.UI.ConfirmCancel.iconNeedCnt);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_iconHaveCnt(RealStatePtr L)
        {
            try {
                LuaAPI.xlua_pushinteger(L, Snxxz.UI.ConfirmCancel.iconHaveCnt);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_OnIconToggleConfirmAct(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                translator.Push(L, Snxxz.UI.ConfirmCancel.OnIconToggleConfirmAct);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_OnFairyLeagueGuideEvent(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                translator.Push(L, Snxxz.UI.ConfirmCancel.OnFairyLeagueGuideEvent);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_generalItemTip(RealStatePtr L)
        {
            try {
                LuaAPI.lua_pushstring(L, Snxxz.UI.ConfirmCancel.generalItemTip);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_generalItemId(RealStatePtr L)
        {
            try {
                LuaAPI.xlua_pushinteger(L, Snxxz.UI.ConfirmCancel.generalItemId);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_generalItemCnt(RealStatePtr L)
        {
            try {
                LuaAPI.xlua_pushinteger(L, Snxxz.UI.ConfirmCancel.generalItemCnt);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_ItemConfirmEvent(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                translator.Push(L, Snxxz.UI.ConfirmCancel.ItemConfirmEvent);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_OnPopConfirmClickEvent(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                Snxxz.UI.ConfirmCancel.OnPopConfirmClickEvent = translator.GetDelegate<System.Action<bool>>(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_OnPopSingleConfirmEvent(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                Snxxz.UI.ConfirmCancel.OnPopSingleConfirmEvent = translator.GetDelegate<System.Action>(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_generalTitle(RealStatePtr L)
        {
            try {
                Snxxz.UI.ConfirmCancel.generalTitle = LuaAPI.lua_tostring(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_generalContent(RealStatePtr L)
        {
            try {
                Snxxz.UI.ConfirmCancel.generalContent = LuaAPI.lua_tostring(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_OnToggleConfirmEvent(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                Snxxz.UI.ConfirmCancel.OnToggleConfirmEvent = translator.GetDelegate<System.Action<bool, bool>>(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_iconTitle(RealStatePtr L)
        {
            try {
                Snxxz.UI.ConfirmCancel.iconTitle = LuaAPI.lua_tostring(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_iconTopInfo(RealStatePtr L)
        {
            try {
                Snxxz.UI.ConfirmCancel.iconTopInfo = LuaAPI.lua_tostring(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_iconBottomInfo(RealStatePtr L)
        {
            try {
                Snxxz.UI.ConfirmCancel.iconBottomInfo = LuaAPI.lua_tostring(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_iconItemId(RealStatePtr L)
        {
            try {
                Snxxz.UI.ConfirmCancel.iconItemId = LuaAPI.xlua_tointeger(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_iconNeedCnt(RealStatePtr L)
        {
            try {
                Snxxz.UI.ConfirmCancel.iconNeedCnt = LuaAPI.xlua_tointeger(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_iconHaveCnt(RealStatePtr L)
        {
            try {
                Snxxz.UI.ConfirmCancel.iconHaveCnt = LuaAPI.xlua_tointeger(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_OnIconToggleConfirmAct(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                Snxxz.UI.ConfirmCancel.OnIconToggleConfirmAct = translator.GetDelegate<System.Action<bool, bool>>(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_OnFairyLeagueGuideEvent(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                Snxxz.UI.ConfirmCancel.OnFairyLeagueGuideEvent = translator.GetDelegate<System.Action<bool>>(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_generalItemTip(RealStatePtr L)
        {
            try {
                Snxxz.UI.ConfirmCancel.generalItemTip = LuaAPI.lua_tostring(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_generalItemId(RealStatePtr L)
        {
            try {
                Snxxz.UI.ConfirmCancel.generalItemId = LuaAPI.xlua_tointeger(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_generalItemCnt(RealStatePtr L)
        {
            try {
                Snxxz.UI.ConfirmCancel.generalItemCnt = LuaAPI.xlua_tointeger(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _s_set_ItemConfirmEvent(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                Snxxz.UI.ConfirmCancel.ItemConfirmEvent = translator.GetDelegate<System.Action>(L, 1);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 0;
        }
    }
}
Lua/Gen/SnxxzUIConfirmCancelWrap.cs.meta
New file
@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 0d6d760a1fceb7245aef870e88a95d00
timeCreated: 1557887671
licenseType: Pro
MonoImporter:
  serializedVersion: 2
  defaultReferences: []
  executionOrder: 0
  icon: {instanceID: 0}
  userData:
  assetBundleName:
  assetBundleVariant:
Lua/Gen/SnxxzUIDungeonModelWrap.cs
@@ -2090,7 +2090,7 @@
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
            
                Snxxz.UI.DungeonModel gen_to_be_invoked = (Snxxz.UI.DungeonModel)translator.FastGetCSObj(L, 1);
                translator.Push(L, gen_to_be_invoked.dungeonFightStage);
                translator.PushDungeonFightStage(L, gen_to_be_invoked.dungeonFightStage);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
Lua/Gen/SnxxzUIFindPreciousModelWrap.cs
@@ -860,7 +860,7 @@
                    int __bossId = LuaAPI.xlua_tointeger(L, 2);
                    
                        FindPreciousType gen_ret = gen_to_be_invoked.GetBossFindPreciousType( __bossId );
                        translator.Push(L, gen_ret);
                        translator.PushFindPreciousType(L, gen_ret);
                    
                    
                    
Lua/Gen/SnxxzUIFunctionButtonWrap.cs
@@ -195,7 +195,7 @@
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
            
                Snxxz.UI.FunctionButton gen_to_be_invoked = (Snxxz.UI.FunctionButton)translator.FastGetCSObj(L, 1);
                translator.Push(L, gen_to_be_invoked.state);
                translator.PushTitleBtnState(L, gen_to_be_invoked.state);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
Lua/Gen/SnxxzUIImpactRankModelWrap.cs
@@ -663,7 +663,7 @@
                    int __type = LuaAPI.xlua_tointeger(L, 2);
                    
                        RankType gen_ret = gen_to_be_invoked.GetRankType( __type );
                        translator.Push(L, gen_ret);
                        translator.PushRankType(L, gen_ret);
                    
                    
                    
@@ -1059,7 +1059,7 @@
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
            
                Snxxz.UI.ImpactRankModel gen_to_be_invoked = (Snxxz.UI.ImpactRankModel)translator.FastGetCSObj(L, 1);
                translator.Push(L, gen_to_be_invoked.presentBillRankType);
                translator.PushRankType(L, gen_to_be_invoked.presentBillRankType);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
Lua/Gen/SnxxzUIItemTipsModelWrap.cs
@@ -479,7 +479,7 @@
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
            
                Snxxz.UI.ItemTipsModel gen_to_be_invoked = (Snxxz.UI.ItemTipsModel)translator.FastGetCSObj(L, 1);
                translator.Push(L, gen_to_be_invoked.packType);
                translator.PushPackType(L, gen_to_be_invoked.packType);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
Lua/Gen/SnxxzUIRedpointCenterWrap.cs
@@ -205,7 +205,7 @@
                    int __id = LuaAPI.xlua_tointeger(L, 2);
                    
                        RedPointState gen_ret = gen_to_be_invoked.GetRedpointState( __id );
                        translator.Push(L, gen_ret);
                        translator.PushRedPointState(L, gen_ret);
                    
                    
                    
Lua/Gen/SnxxzUIRedpointWrap.cs
@@ -126,7 +126,7 @@
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
            
                Snxxz.UI.Redpoint gen_to_be_invoked = (Snxxz.UI.Redpoint)translator.FastGetCSObj(L, 1);
                translator.Push(L, gen_to_be_invoked.state);
                translator.PushRedPointState(L, gen_to_be_invoked.state);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
Lua/Gen/SnxxzUIReikiRootModelWrap.cs
@@ -21,7 +21,7 @@
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
            System.Type type = typeof(Snxxz.UI.ReikiRootModel);
            Utils.BeginObjectRegister(type, L, translator, 0, 21, 13, 6);
            Utils.BeginObjectRegister(type, L, translator, 0, 22, 13, 6);
            
            Utils.RegisterFunc(L, Utils.METHOD_IDX, "Init", _m_Init);
            Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnBeforePlayerDataInitialize", _m_OnBeforePlayerDataInitialize);
@@ -31,6 +31,7 @@
            Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetReikiRootPoint", _m_GetReikiRootPoint);
            Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetReikiRootFreePoint", _m_GetReikiRootFreePoint);
            Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetTotalWashPoint", _m_GetTotalWashPoint);
            Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetReikiRootTotalPoint", _m_GetReikiRootTotalPoint);
            Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetReikiRootRecommendPoint", _m_GetReikiRootRecommendPoint);
            Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetQualityPoint", _m_GetQualityPoint);
            Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetReikiRootProperty", _m_GetReikiRootProperty);
@@ -352,6 +353,34 @@
        }
        
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_GetReikiRootTotalPoint(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                Snxxz.UI.ReikiRootModel gen_to_be_invoked = (Snxxz.UI.ReikiRootModel)translator.FastGetCSObj(L, 1);
                {
                        int gen_ret = gen_to_be_invoked.GetReikiRootTotalPoint(  );
                        LuaAPI.xlua_pushinteger(L, gen_ret);
                    return 1;
                }
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_GetReikiRootRecommendPoint(RealStatePtr L)
        {
            try {
Lua/Gen/SnxxzUITeamModelWrap.cs
@@ -1497,7 +1497,7 @@
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
            
                Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
                translator.Push(L, gen_to_be_invoked.currentInviteType);
                translator.PushTeamInviteType(L, gen_to_be_invoked.currentInviteType);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
Lua/Gen/SnxxzUITreasureModelWrap.cs
@@ -1231,7 +1231,7 @@
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
            
                Snxxz.UI.TreasureModel gen_to_be_invoked = (Snxxz.UI.TreasureModel)translator.FastGetCSObj(L, 1);
                translator.Push(L, gen_to_be_invoked.currentCategory);
                translator.PushTreasureCategory(L, gen_to_be_invoked.currentCategory);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
Lua/Gen/SnxxzUIWindowCenterWrap.cs
@@ -138,7 +138,7 @@
                    string _name = LuaAPI.lua_tostring(L, 2);
                    
                        WindowType gen_ret = gen_to_be_invoked.GetWindowType( _name );
                        translator.Push(L, gen_ret);
                        translator.PushWindowType(L, gen_ret);
                    
                    
                    
Lua/Gen/TaskFeedbackConfigWrap.cs
New file
@@ -0,0 +1,372 @@
#if USE_UNI_LUA
using LuaAPI = UniLua.Lua;
using RealStatePtr = UniLua.ILuaState;
using LuaCSFunction = UniLua.CSharpFunctionDelegate;
#else
using LuaAPI = XLua.LuaDLL.Lua;
using RealStatePtr = System.IntPtr;
using LuaCSFunction = XLua.LuaDLL.lua_CSFunction;
#endif
using XLua;
using System.Collections.Generic;
namespace XLua.CSObjectWrap
{
    using Utils = XLua.Utils;
    public class TaskFeedbackConfigWrap
    {
        public static void __Register(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
            System.Type type = typeof(TaskFeedbackConfig);
            Utils.BeginObjectRegister(type, L, translator, 0, 0, 6, 0);
            Utils.RegisterFunc(L, Utils.GETTER_IDX, "taskId", _g_get_taskId);
            Utils.RegisterFunc(L, Utils.GETTER_IDX, "type", _g_get_type);
            Utils.RegisterFunc(L, Utils.GETTER_IDX, "condition", _g_get_condition);
            Utils.RegisterFunc(L, Utils.GETTER_IDX, "succGuide", _g_get_succGuide);
            Utils.RegisterFunc(L, Utils.GETTER_IDX, "failGuide", _g_get_failGuide);
            Utils.RegisterFunc(L, Utils.GETTER_IDX, "remind", _g_get_remind);
            Utils.EndObjectRegister(type, L, translator, null, null,
                null, null, null);
            Utils.BeginClassRegister(type, L, __CreateInstance, 6, 1, 0);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "Get", _m_Get_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "GetKeys", _m_GetKeys_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "GetValues", _m_GetValues_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "Has", _m_Has_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "Init", _m_Init_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "inited", _g_get_inited);
            Utils.EndClassRegister(type, L, translator);
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int __CreateInstance(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                if(LuaAPI.lua_gettop(L) == 1)
                {
                    TaskFeedbackConfig gen_ret = new TaskFeedbackConfig();
                    translator.Push(L, gen_ret);
                    return 1;
                }
                if(LuaAPI.lua_gettop(L) == 2 && (LuaAPI.lua_isnil(L, 2) || LuaAPI.lua_type(L, 2) == LuaTypes.LUA_TSTRING))
                {
                    string _input = LuaAPI.lua_tostring(L, 2);
                    TaskFeedbackConfig gen_ret = new TaskFeedbackConfig(_input);
                    translator.Push(L, gen_ret);
                    return 1;
                }
            }
            catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return LuaAPI.luaL_error(L, "invalid arguments to TaskFeedbackConfig constructor!");
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_Get_xlua_st_(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                int gen_param_count = LuaAPI.lua_gettop(L);
                if(gen_param_count == 1&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 1))
                {
                    int _id = LuaAPI.xlua_tointeger(L, 1);
                        TaskFeedbackConfig gen_ret = TaskFeedbackConfig.Get( _id );
                        translator.Push(L, gen_ret);
                    return 1;
                }
                if(gen_param_count == 1&& (LuaAPI.lua_isnil(L, 1) || LuaAPI.lua_type(L, 1) == LuaTypes.LUA_TSTRING))
                {
                    string _id = LuaAPI.lua_tostring(L, 1);
                        TaskFeedbackConfig gen_ret = TaskFeedbackConfig.Get( _id );
                        translator.Push(L, gen_ret);
                    return 1;
                }
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return LuaAPI.luaL_error(L, "invalid arguments to TaskFeedbackConfig.Get!");
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_GetKeys_xlua_st_(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                {
                        System.Collections.Generic.List<string> gen_ret = TaskFeedbackConfig.GetKeys(  );
                        translator.Push(L, gen_ret);
                    return 1;
                }
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_GetValues_xlua_st_(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                {
                        System.Collections.Generic.List<TaskFeedbackConfig> gen_ret = TaskFeedbackConfig.GetValues(  );
                        translator.Push(L, gen_ret);
                    return 1;
                }
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_Has_xlua_st_(RealStatePtr L)
        {
            try {
                int gen_param_count = LuaAPI.lua_gettop(L);
                if(gen_param_count == 1&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 1))
                {
                    int _id = LuaAPI.xlua_tointeger(L, 1);
                        bool gen_ret = TaskFeedbackConfig.Has( _id );
                        LuaAPI.lua_pushboolean(L, gen_ret);
                    return 1;
                }
                if(gen_param_count == 1&& (LuaAPI.lua_isnil(L, 1) || LuaAPI.lua_type(L, 1) == LuaTypes.LUA_TSTRING))
                {
                    string _id = LuaAPI.lua_tostring(L, 1);
                        bool gen_ret = TaskFeedbackConfig.Has( _id );
                        LuaAPI.lua_pushboolean(L, gen_ret);
                    return 1;
                }
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return LuaAPI.luaL_error(L, "invalid arguments to TaskFeedbackConfig.Has!");
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_Init_xlua_st_(RealStatePtr L)
        {
            try {
                int gen_param_count = LuaAPI.lua_gettop(L);
                if(gen_param_count == 1&& LuaTypes.LUA_TBOOLEAN == LuaAPI.lua_type(L, 1))
                {
                    bool _sync = LuaAPI.lua_toboolean(L, 1);
                    TaskFeedbackConfig.Init( _sync );
                    return 0;
                }
                if(gen_param_count == 0)
                {
                    TaskFeedbackConfig.Init(  );
                    return 0;
                }
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return LuaAPI.luaL_error(L, "invalid arguments to TaskFeedbackConfig.Init!");
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_inited(RealStatePtr L)
        {
            try {
                LuaAPI.lua_pushboolean(L, TaskFeedbackConfig.inited);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_taskId(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                TaskFeedbackConfig gen_to_be_invoked = (TaskFeedbackConfig)translator.FastGetCSObj(L, 1);
                LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.taskId);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_type(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                TaskFeedbackConfig gen_to_be_invoked = (TaskFeedbackConfig)translator.FastGetCSObj(L, 1);
                LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.type);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_condition(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                TaskFeedbackConfig gen_to_be_invoked = (TaskFeedbackConfig)translator.FastGetCSObj(L, 1);
                LuaAPI.lua_pushstring(L, gen_to_be_invoked.condition);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_succGuide(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                TaskFeedbackConfig gen_to_be_invoked = (TaskFeedbackConfig)translator.FastGetCSObj(L, 1);
                LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.succGuide);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_failGuide(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                TaskFeedbackConfig gen_to_be_invoked = (TaskFeedbackConfig)translator.FastGetCSObj(L, 1);
                LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.failGuide);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _g_get_remind(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                TaskFeedbackConfig gen_to_be_invoked = (TaskFeedbackConfig)translator.FastGetCSObj(L, 1);
                LuaAPI.lua_pushstring(L, gen_to_be_invoked.remind);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
            return 1;
        }
    }
}
Lua/Gen/TaskFeedbackConfigWrap.cs.meta
New file
@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: df00003ad48da294b819baaca3211744
timeCreated: 1557887672
licenseType: Pro
MonoImporter:
  serializedVersion: 2
  defaultReferences: []
  executionOrder: 0
  icon: {instanceID: 0}
  userData:
  assetBundleName:
  assetBundleVariant:
Lua/Gen/WrapPusher.cs
Diff too large
Lua/Gen/XLuaGenAutoRegister.cs
@@ -613,6 +613,9 @@
            translator.DelayWrapLoader(typeof(TalentConfig), TalentConfigWrap.__Register);
        
        
            translator.DelayWrapLoader(typeof(TaskFeedbackConfig), TaskFeedbackConfigWrap.__Register);
            translator.DelayWrapLoader(typeof(TaskListConfig), TaskListConfigWrap.__Register);
        
        
@@ -642,13 +645,13 @@
        
            translator.DelayWrapLoader(typeof(TreasureSkillConfig), TreasureSkillConfigWrap.__Register);
        
            translator.DelayWrapLoader(typeof(TreasureUpConfig), TreasureUpConfigWrap.__Register);
        }
        
        static void wrapInit4(LuaEnv luaenv, ObjectTranslator translator)
        {
            translator.DelayWrapLoader(typeof(TreasureUpConfig), TreasureUpConfigWrap.__Register);
        
            translator.DelayWrapLoader(typeof(TrialRewardsConfig), TrialRewardsConfigWrap.__Register);
        
@@ -799,13 +802,13 @@
        
            translator.DelayWrapLoader(typeof(UnityEngine.Object), UnityEngineObjectWrap.__Register);
        
            translator.DelayWrapLoader(typeof(UnityEngine.Vector2), UnityEngineVector2Wrap.__Register);
        }
        
        static void wrapInit5(LuaEnv luaenv, ObjectTranslator translator)
        {
            translator.DelayWrapLoader(typeof(UnityEngine.Vector2), UnityEngineVector2Wrap.__Register);
        
            translator.DelayWrapLoader(typeof(UnityEngine.Vector3), UnityEngineVector3Wrap.__Register);
        
@@ -956,13 +959,13 @@
        
            translator.DelayWrapLoader(typeof(Snxxz.UI.CrossServerBossModel), SnxxzUICrossServerBossModelWrap.__Register);
        
            translator.DelayWrapLoader(typeof(Snxxz.UI.CrossServerOneVsOneModel), SnxxzUICrossServerOneVsOneModelWrap.__Register);
        }
        
        static void wrapInit6(LuaEnv luaenv, ObjectTranslator translator)
        {
            translator.DelayWrapLoader(typeof(Snxxz.UI.CrossServerOneVsOneModel), SnxxzUICrossServerOneVsOneModelWrap.__Register);
        
            translator.DelayWrapLoader(typeof(Item_Class), Item_ClassWrap.__Register);
        
@@ -1113,13 +1116,13 @@
        
            translator.DelayWrapLoader(typeof(Snxxz.UI.HappyXBModel), SnxxzUIHappyXBModelWrap.__Register);
        
            translator.DelayWrapLoader(typeof(Snxxz.UI.HazyDemonKingModel), SnxxzUIHazyDemonKingModelWrap.__Register);
        }
        
        static void wrapInit7(LuaEnv luaenv, ObjectTranslator translator)
        {
            translator.DelayWrapLoader(typeof(Snxxz.UI.HazyDemonKingModel), SnxxzUIHazyDemonKingModelWrap.__Register);
        
            translator.DelayWrapLoader(typeof(Snxxz.UI.HazyGrassModel), SnxxzUIHazyGrassModelWrap.__Register);
        
@@ -1270,13 +1273,13 @@
        
            translator.DelayWrapLoader(typeof(Snxxz.UI.LuckyTreasureModel), SnxxzUILuckyTreasureModelWrap.__Register);
        
            translator.DelayWrapLoader(typeof(Snxxz.UI.MonthlyInvestmentModel), SnxxzUIMonthlyInvestmentModelWrap.__Register);
        }
        
        static void wrapInit8(LuaEnv luaenv, ObjectTranslator translator)
        {
            translator.DelayWrapLoader(typeof(Snxxz.UI.MonthlyInvestmentModel), SnxxzUIMonthlyInvestmentModelWrap.__Register);
        
            translator.DelayWrapLoader(typeof(Snxxz.UI.MysticalPurchaseModel), SnxxzUIMysticalPurchaseModelWrap.__Register);
        
@@ -1427,13 +1430,16 @@
        
            translator.DelayWrapLoader(typeof(Snxxz.UI.TeamModel), SnxxzUITeamModelWrap.__Register);
        
            translator.DelayWrapLoader(typeof(PwdKeyboard), PwdKeyboardWrap.__Register);
        }
        
        static void wrapInit9(LuaEnv luaenv, ObjectTranslator translator)
        {
            translator.DelayWrapLoader(typeof(Snxxz.UI.ConfirmCancel), SnxxzUIConfirmCancelWrap.__Register);
            translator.DelayWrapLoader(typeof(PwdKeyboard), PwdKeyboardWrap.__Register);
        
            translator.DelayWrapLoader(typeof(Snxxz.UI.TreasureModel), SnxxzUITreasureModelWrap.__Register);
        
@@ -1543,8 +1549,205 @@
            translator.DelayWrapLoader(typeof(DeviceUtility), DeviceUtilityWrap.__Register);
        
        
            translator.DelayWrapLoader(typeof(E_ActorClassType), E_ActorClassTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(E_ActorState), E_ActorStateWrap.__Register);
            translator.DelayWrapLoader(typeof(E_BuffType), E_BuffTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(E_ClientNpcType), E_ClientNpcTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(E_NpcType), E_NpcTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(E_MovingState), E_MovingStateWrap.__Register);
            translator.DelayWrapLoader(typeof(WindowType), WindowTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(GestureType), GestureTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(UnityPlatform), UnityPlatformWrap.__Register);
            translator.DelayWrapLoader(typeof(RoleRenameResult), RoleRenameResultWrap.__Register);
            translator.DelayWrapLoader(typeof(E_SkillCastTarget), E_SkillCastTargetWrap.__Register);
            translator.DelayWrapLoader(typeof(E_SkillType), E_SkillTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(E_SkillFuncType), E_SkillFuncTypeWrap.__Register);
        }
        static void wrapInit10(LuaEnv luaenv, ObjectTranslator translator)
        {
            translator.DelayWrapLoader(typeof(E_SkillCastType), E_SkillCastTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(MapTransferType), MapTransferTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(DropItemType), DropItemTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(DailyQuestType), DailyQuestTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(DungeonCoolDownType), DungeonCoolDownTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(RoleEquipType), RoleEquipTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(PlayerDataType), PlayerDataTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(PackType), PackTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(ItemType), ItemTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(MakeType), MakeTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(TitleType), TitleTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(FuncOpenEnum), FuncOpenEnumWrap.__Register);
            translator.DelayWrapLoader(typeof(PropertyType), PropertyTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(TextColType), TextColTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(E_ModelResType), E_ModelResTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(TreasureCategory), TreasureCategoryWrap.__Register);
            translator.DelayWrapLoader(typeof(TreasureState), TreasureStateWrap.__Register);
            translator.DelayWrapLoader(typeof(FunctionUnlockType), FunctionUnlockTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(RedPointState), RedPointStateWrap.__Register);
            translator.DelayWrapLoader(typeof(TeamInviteType), TeamInviteTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(TeammatePrepareState), TeammatePrepareStateWrap.__Register);
            translator.DelayWrapLoader(typeof(VipPrivilegeType), VipPrivilegeTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(E_AttackMode), E_AttackModeWrap.__Register);
            translator.DelayWrapLoader(typeof(E_ItemColor), E_ItemColorWrap.__Register);
            translator.DelayWrapLoader(typeof(FindPreciousType), FindPreciousTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(GotServerRewardType), GotServerRewardTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(MapType), MapTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(GuideType), GuideTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(GuideTriggerType), GuideTriggerTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(FuncPowerType), FuncPowerTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(E_AtkType), E_AtkTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(GameObjType), GameObjTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(HurtAttackType), HurtAttackTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(DungeonTargetType), DungeonTargetTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(AchievementType), AchievementTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(ItemTimeType), ItemTimeTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(TitleBtnState), TitleBtnStateWrap.__Register);
            translator.DelayWrapLoader(typeof(LegendAttrType), LegendAttrTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(ServerState), ServerStateWrap.__Register);
            translator.DelayWrapLoader(typeof(ItemUseDataKey), ItemUseDataKeyWrap.__Register);
            translator.DelayWrapLoader(typeof(ItemOperateType), ItemOperateTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(ItemWinType), ItemWinTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(ItemTipChildType), ItemTipChildTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(InstalledAsset), InstalledAssetWrap.__Register);
            translator.DelayWrapLoader(typeof(VersionAuthority), VersionAuthorityWrap.__Register);
            translator.DelayWrapLoader(typeof(FootAudioType), FootAudioTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(AttackFailType), AttackFailTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(DungeonFightStage), DungeonFightStageWrap.__Register);
            translator.DelayWrapLoader(typeof(RankType), RankTypeWrap.__Register);
            translator.DelayWrapLoader(typeof(PetOrMount), PetOrMountWrap.__Register);
            translator.DelayWrapLoader(typeof(FileExtersion), FileExtersionWrap.__Register);
        
        }
        static void wrapInit11(LuaEnv luaenv, ObjectTranslator translator)
        {
        
            translator.DelayWrapLoader(typeof(GMCommand), GMCommandWrap.__Register);
        
@@ -1605,6 +1808,10 @@
            
            wrapInit9(luaenv, translator);
            
            wrapInit10(luaenv, translator);
            wrapInit11(luaenv, translator);
            
            translator.AddInterfaceBridgeCreator(typeof(System.Collections.IEnumerator), SystemCollectionsIEnumeratorBridge.__Create);
            
Lua/Gen/link.xml
@@ -204,6 +204,7 @@
        <type fullname="SysInfoConfig" preserve="all"/>
        <type fullname="TASKINFOConfig" preserve="all"/>
        <type fullname="TalentConfig" preserve="all"/>
        <type fullname="TaskFeedbackConfig" preserve="all"/>
        <type fullname="TaskListConfig" preserve="all"/>
        <type fullname="TaskPowerConfig" preserve="all"/>
        <type fullname="TeamTargetConfig" preserve="all"/>
@@ -440,6 +441,7 @@
        <type fullname="TaiChiModel" preserve="all"/>
        <type fullname="Snxxz.UI.GroupDungeonChallengeProcessor" preserve="all"/>
        <type fullname="Snxxz.UI.TeamModel" preserve="all"/>
        <type fullname="Snxxz.UI.ConfirmCancel" preserve="all"/>
        <type fullname="PwdKeyboard" preserve="all"/>
        <type fullname="Snxxz.UI.TreasureModel" preserve="all"/>
        <type fullname="Snxxz.UI.TreasureFindHostModel" preserve="all"/>
@@ -477,6 +479,69 @@
        <type fullname="UIEffect" preserve="all"/>
        <type fullname="ComponentExtersion" preserve="all"/>
        <type fullname="DeviceUtility" preserve="all"/>
        <type fullname="E_ActorClassType" preserve="all"/>
        <type fullname="E_ActorState" preserve="all"/>
        <type fullname="E_BuffType" preserve="all"/>
        <type fullname="E_ClientNpcType" preserve="all"/>
        <type fullname="E_NpcType" preserve="all"/>
        <type fullname="E_MovingState" preserve="all"/>
        <type fullname="WindowType" preserve="all"/>
        <type fullname="GestureType" preserve="all"/>
        <type fullname="UnityPlatform" preserve="all"/>
        <type fullname="RoleRenameResult" preserve="all"/>
        <type fullname="E_SkillCastTarget" preserve="all"/>
        <type fullname="E_SkillType" preserve="all"/>
        <type fullname="E_SkillFuncType" preserve="all"/>
        <type fullname="E_SkillCastType" preserve="all"/>
        <type fullname="MapTransferType" preserve="all"/>
        <type fullname="DropItemType" preserve="all"/>
        <type fullname="DailyQuestType" preserve="all"/>
        <type fullname="DungeonCoolDownType" preserve="all"/>
        <type fullname="RoleEquipType" preserve="all"/>
        <type fullname="PlayerDataType" preserve="all"/>
        <type fullname="PackType" preserve="all"/>
        <type fullname="ItemType" preserve="all"/>
        <type fullname="MakeType" preserve="all"/>
        <type fullname="TitleType" preserve="all"/>
        <type fullname="FuncOpenEnum" preserve="all"/>
        <type fullname="PropertyType" preserve="all"/>
        <type fullname="TextColType" preserve="all"/>
        <type fullname="E_ModelResType" preserve="all"/>
        <type fullname="TreasureCategory" preserve="all"/>
        <type fullname="TreasureState" preserve="all"/>
        <type fullname="FunctionUnlockType" preserve="all"/>
        <type fullname="RedPointState" preserve="all"/>
        <type fullname="TeamInviteType" preserve="all"/>
        <type fullname="TeammatePrepareState" preserve="all"/>
        <type fullname="VipPrivilegeType" preserve="all"/>
        <type fullname="E_AttackMode" preserve="all"/>
        <type fullname="E_ItemColor" preserve="all"/>
        <type fullname="FindPreciousType" preserve="all"/>
        <type fullname="GotServerRewardType" preserve="all"/>
        <type fullname="MapType" preserve="all"/>
        <type fullname="GuideType" preserve="all"/>
        <type fullname="GuideTriggerType" preserve="all"/>
        <type fullname="FuncPowerType" preserve="all"/>
        <type fullname="E_AtkType" preserve="all"/>
        <type fullname="GameObjType" preserve="all"/>
        <type fullname="HurtAttackType" preserve="all"/>
        <type fullname="DungeonTargetType" preserve="all"/>
        <type fullname="AchievementType" preserve="all"/>
        <type fullname="ItemTimeType" preserve="all"/>
        <type fullname="TitleBtnState" preserve="all"/>
        <type fullname="LegendAttrType" preserve="all"/>
        <type fullname="ServerState" preserve="all"/>
        <type fullname="ItemUseDataKey" preserve="all"/>
        <type fullname="ItemOperateType" preserve="all"/>
        <type fullname="ItemWinType" preserve="all"/>
        <type fullname="ItemTipChildType" preserve="all"/>
        <type fullname="InstalledAsset" preserve="all"/>
        <type fullname="VersionAuthority" preserve="all"/>
        <type fullname="FootAudioType" preserve="all"/>
        <type fullname="AttackFailType" preserve="all"/>
        <type fullname="DungeonFightStage" preserve="all"/>
        <type fullname="RankType" preserve="all"/>
        <type fullname="PetOrMount" preserve="all"/>
        <type fullname="FileExtersion" preserve="all"/>
        <type fullname="GMCommand" preserve="all"/>
        <type fullname="GlobalTimeEvent" preserve="all"/>
System/Tip/ConfirmCancel.cs
@@ -5,6 +5,7 @@
namespace Snxxz.UI
{
    [XLua.LuaCallCSharp]
    public class ConfirmCancel
    {
        public static Action<bool> OnPopConfirmClickEvent;