static int _m_AddSkillList(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


            xc.RockCommandSystem __cl_gen_to_be_invoked = (xc.RockCommandSystem)translator.FastGetCSObj(L, 1);


            try {
                {
                    System.Collections.Generic.List <Net.PkgSkillsOne> add_skills = (System.Collections.Generic.List <Net.PkgSkillsOne>)translator.GetObject(L, 2, typeof(System.Collections.Generic.List <Net.PkgSkillsOne>));

                    __cl_gen_to_be_invoked.AddSkillList(add_skills);



                    return(0);
                }
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
        }