少年修仙传客户端基础资源
Leonard Wu
2018-08-15 a42b6e9cffaad471b34d639bf05633c7a5b4549a
Assets/XLua/Gen/LuaWindowWrap.cs
@@ -83,7 +83,6 @@
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
         
                LuaWindow gen_to_be_invoked = (LuaWindow)translator.FastGetCSObj(L, 1);
                LuaAPI.lua_pushstring(L, gen_to_be_invoked.fileName);
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
            }
@@ -99,7 +98,6 @@
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
         
                LuaWindow gen_to_be_invoked = (LuaWindow)translator.FastGetCSObj(L, 1);
                gen_to_be_invoked.fileName = LuaAPI.lua_tostring(L, 2);
            
            } catch(System.Exception gen_e) {
                return LuaAPI.luaL_error(L, "c# exception:" + gen_e);