refactor: remove patch_detector and use gameVersion field in match_collector
This commit is contained in:
@@ -6,10 +6,21 @@ type Match = {
|
||||
}
|
||||
info: {
|
||||
endOfGameResult: string
|
||||
frameInterval: number
|
||||
gameCreation: number
|
||||
gameDuration: number
|
||||
gameEndTimestamp: number
|
||||
gameId: number
|
||||
gameMode: string
|
||||
gameName: string
|
||||
gameStartTimestamp: number
|
||||
gameType: string
|
||||
gameVersion: string
|
||||
mapId: number
|
||||
participants: Participant[]
|
||||
platformId: string
|
||||
queueId: number
|
||||
teams: Team[]
|
||||
tournamentCode: string
|
||||
}
|
||||
timeline: Timeline
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user