From c8e3a97e4e02e7328d70dbc3dc69c3d4230a5a37 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 15 五月 2019 10:36:47 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Lua/Gen/DelegatesGensBridge.cs |  204 +++++++++++++++++++++++++-------------------------
 1 files changed, 102 insertions(+), 102 deletions(-)

diff --git a/Lua/Gen/DelegatesGensBridge.cs b/Lua/Gen/DelegatesGensBridge.cs
index 52caf07..66e18b4 100644
--- a/Lua/Gen/DelegatesGensBridge.cs
+++ b/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);

--
Gitblit v1.8.0