少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-19 df240ab03e421ffe3581ca776b0c672f9d2fcb6f
Lua/Gen/ItemConfigWrap.cs
@@ -21,9 +21,8 @@
        {
         ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
         System.Type type = typeof(ItemConfig);
         Utils.BeginObjectRegister(type, L, translator, 0, 1, 70, 0);
         Utils.BeginObjectRegister(type, L, translator, 0, 0, 70, 0);
         
         Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnConfigParseCompleted", _m_OnConfigParseCompleted);
         
         
         Utils.RegisterFunc(L, Utils.GETTER_IDX, "ID", _g_get_ID);
@@ -102,12 +101,13 @@
         Utils.EndObjectRegister(type, L, translator, null, null,
             null, null, null);
          Utils.BeginClassRegister(type, L, __CreateInstance, 8, 1, 0);
          Utils.BeginClassRegister(type, L, __CreateInstance, 9, 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_IDX, "GemItemInit", _m_GemItemInit_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "GetGemDataByLevelAndType", _m_GetGemDataByLevelAndType_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "IsWing", _m_IsWing_xlua_st_);
            
@@ -331,20 +331,16 @@
        }
        
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_OnConfigParseCompleted(RealStatePtr L)
        static int _m_GemItemInit_xlua_st_(RealStatePtr L)
        {
          try {
            
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                ItemConfig gen_to_be_invoked = (ItemConfig)translator.FastGetCSObj(L, 1);
            
            
                
                {
                    
                    gen_to_be_invoked.OnConfigParseCompleted(  );
                    ItemConfig.GemItemInit(  );