static int ReadConsume(IntPtr L)
    {
        LuaScriptMgr.CheckArgsCount(L, 1);
        ShootGameConfig obj = (ShootGameConfig)LuaScriptMgr.GetNetObjectSelf(L, 1, "ShootGameConfig");

        obj.ReadConsume();
        return(0);
    }