{"version":3,"sources":["../../../../src/types/events/out/game.ts"],"sourcesContent":["import type { Game as GameTypes } from \"../..\";\n\nexport interface Game {\n  \"game.scope.start\": number;\n\n  \"game.scope.end\": number;\n\n  \"game.spectate\": void;\n\n  \"game.replay\": {\n    gameid: number;\n    frames: GameTypes.Replay.Frame[];\n    provisioned: number;\n  };\n}\n"],"names":[],"mappings":"AAEA,WAYC"}