static int _Createfogs_proto_msg_BullFight(IntPtr L)
    {
        int count = LuaDLL.lua_gettop(L);

        if (count == 0)
        {
            fogs.proto.msg.BullFight obj = new fogs.proto.msg.BullFight();
            LuaScriptMgr.PushObject(L, obj);
            return(1);
        }
        else
        {
            LuaDLL.luaL_error(L, "invalid arguments to method: fogs.proto.msg.BullFight.New");
        }

        return(0);
    }
    static int get_complete(IntPtr L)
    {
        object o = LuaScriptMgr.GetLuaObject(L, 1);

        fogs.proto.msg.BullFight obj = (fogs.proto.msg.BullFight)o;

        if (obj == null)
        {
            LuaTypes types = LuaDLL.lua_type(L, 1);

            if (types == LuaTypes.LUA_TTABLE)
            {
                LuaDLL.luaL_error(L, "unknown member name complete");
            }
            else
            {
                LuaDLL.luaL_error(L, "attempt to index complete on a nil value");
            }
        }

        LuaScriptMgr.PushObject(L, obj.complete);
        return(1);
    }
    static int set_bullfight_buy_times(IntPtr L)
    {
        object o = LuaScriptMgr.GetLuaObject(L, 1);

        fogs.proto.msg.BullFight obj = (fogs.proto.msg.BullFight)o;

        if (obj == null)
        {
            LuaTypes types = LuaDLL.lua_type(L, 1);

            if (types == LuaTypes.LUA_TTABLE)
            {
                LuaDLL.luaL_error(L, "unknown member name bullfight_buy_times");
            }
            else
            {
                LuaDLL.luaL_error(L, "attempt to index bullfight_buy_times on a nil value");
            }
        }

        obj.bullfight_buy_times = (uint)LuaScriptMgr.GetNumber(L, 3);
        return(0);
    }