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

            try {
                xc.GoodsCompositeStuffData __cl_gen_to_be_invoked = (xc.GoodsCompositeStuffData)translator.FastGetCSObj(L, 1);
                LuaAPI.xlua_pushuint(L, __cl_gen_to_be_invoked.CompositeMaxTotalNum);
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(1);
        }
        static int _s_set_Moneys(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

            try {
                xc.GoodsCompositeStuffData __cl_gen_to_be_invoked = (xc.GoodsCompositeStuffData)translator.FastGetCSObj(L, 1);
                __cl_gen_to_be_invoked.Moneys = (System.Collections.Generic.List <System.Collections.Generic.Dictionary <ushort, uint> >)translator.GetObject(L, 2, typeof(System.Collections.Generic.List <System.Collections.Generic.Dictionary <ushort, uint> >));
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(0);
        }
        static int __CreateInstance(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

            try {
                if (LuaAPI.lua_gettop(L) == 1)
                {
                    xc.GoodsCompositeStuffData __cl_gen_ret = new xc.GoodsCompositeStuffData();
                    translator.Push(L, __cl_gen_ret);
                    return(1);
                }
            }
            catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(LuaAPI.luaL_error(L, "invalid arguments to xc.GoodsCompositeStuffData constructor!"));
        }