From 855d24697de495da4374c321cb2b0031d02d8cc2 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期六, 24 十一月 2018 21:54:42 +0800
Subject: [PATCH] 4534 【1.3】【前端】组队功能和助战积分优化

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

diff --git a/Lua/Gen/DelegatesGensBridge.cs b/Lua/Gen/DelegatesGensBridge.cs
index fa97965..49373f1 100644
--- a/Lua/Gen/DelegatesGensBridge.cs
+++ b/Lua/Gen/DelegatesGensBridge.cs
@@ -215,7 +215,30 @@
 #endif
 		}
         
-		public void __Gen_Delegate_Imp9(object p0, ScrollerDataType p1, object p2)
+		public void __Gen_Delegate_Imp9(object p0, int 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);
+                LuaAPI.xlua_pushinteger(L, p1);
+                
+                PCall(L, 2, 0, errFunc);
+                
+                
+                
+                LuaAPI.lua_settop(L, errFunc - 1);
+                
+#if THREAD_SAFE || HOTFIX_ENABLE
+            }
+#endif
+		}
+        
+		public void __Gen_Delegate_Imp10(object p0, ScrollerDataType p1, object p2)
 		{
 #if THREAD_SAFE || HOTFIX_ENABLE
             lock (luaEnv.luaEnvLock)
@@ -239,7 +262,7 @@
 #endif
 		}
         
-		public void __Gen_Delegate_Imp10(object p0, float p1)
+		public void __Gen_Delegate_Imp11(object p0, float p1)
 		{
 #if THREAD_SAFE || HOTFIX_ENABLE
             lock (luaEnv.luaEnvLock)
@@ -262,7 +285,7 @@
 #endif
 		}
         
-		public StoreModel __Gen_Delegate_Imp11(object p0)
+		public StoreModel __Gen_Delegate_Imp12(object p0)
 		{
 #if THREAD_SAFE || HOTFIX_ENABLE
             lock (luaEnv.luaEnvLock)
@@ -284,7 +307,7 @@
 #endif
 		}
         
-		public Snxxz.UI.MysticalPurchaseModel __Gen_Delegate_Imp12(object p0)
+		public Snxxz.UI.MysticalPurchaseModel __Gen_Delegate_Imp13(object p0)
 		{
 #if THREAD_SAFE || HOTFIX_ENABLE
             lock (luaEnv.luaEnvLock)
@@ -306,7 +329,7 @@
 #endif
 		}
         
-		public bool __Gen_Delegate_Imp13(object p0)
+		public bool __Gen_Delegate_Imp14(object p0)
 		{
 #if THREAD_SAFE || HOTFIX_ENABLE
             lock (luaEnv.luaEnvLock)
@@ -328,7 +351,7 @@
 #endif
 		}
         
-		public Snxxz.UI.TestModel __Gen_Delegate_Imp14(object p0)
+		public Snxxz.UI.TestModel __Gen_Delegate_Imp15(object p0)
 		{
 #if THREAD_SAFE || HOTFIX_ENABLE
             lock (luaEnv.luaEnvLock)
@@ -350,7 +373,7 @@
 #endif
 		}
         
-		public void __Gen_Delegate_Imp15(object p0, object p1)
+		public void __Gen_Delegate_Imp16(object p0, object p1)
 		{
 #if THREAD_SAFE || HOTFIX_ENABLE
             lock (luaEnv.luaEnvLock)
@@ -373,7 +396,7 @@
 #endif
 		}
         
-		public bool __Gen_Delegate_Imp16(object p0, out int p1)
+		public bool __Gen_Delegate_Imp17(object p0, out int p1)
 		{
 #if THREAD_SAFE || HOTFIX_ENABLE
             lock (luaEnv.luaEnvLock)
@@ -391,29 +414,6 @@
                 bool __gen_ret = LuaAPI.lua_toboolean(L, errFunc + 1);
                 LuaAPI.lua_settop(L, errFunc - 1);
                 return  __gen_ret;
-#if THREAD_SAFE || HOTFIX_ENABLE
-            }
-#endif
-		}
-        
-		public void __Gen_Delegate_Imp17(object p0, int 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);
-                LuaAPI.xlua_pushinteger(L, p1);
-                
-                PCall(L, 2, 0, errFunc);
-                
-                
-                
-                LuaAPI.lua_settop(L, errFunc - 1);
-                
 #if THREAD_SAFE || HOTFIX_ENABLE
             }
 #endif

--
Gitblit v1.8.0