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


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


            try {
                {
                    uint grow_type = LuaAPI.xlua_touint(L, 2);
                    uint id        = LuaAPI.xlua_touint(L, 3);

                    xc.DBGrowSkin.DBGrowSkinItem __cl_gen_ret = __cl_gen_to_be_invoked.GetOneItem(grow_type, id);
                    translator.Push(L, __cl_gen_ret);



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