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

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