-
Notifications
You must be signed in to change notification settings - Fork 0
/
examine.json
29 lines (29 loc) · 1.01 KB
/
examine.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"transactionId": "8b871102-000d-443a-9d2b-b968019ec2ca",
"timestamp": "637498764838793115",
"matchGameRoomStateChangedEvent": {
"gameRoomInfo": {
"gameRoomConfig": {
"eventId": "Play",
"matchId": "565997f8-975b-458b-87a0-dd6a132c7c86"
},
"stateType": "MatchGameRoomStateType_MatchCompleted",
"finalMatchResult": {
"matchId": "565997f8-975b-458b-87a0-dd6a132c7c86",
"matchCompletedReason": "MatchCompletedReasonType_Success",
"resultList": [
{
"scope": "MatchScope_Game",
"result": "ResultType_WinLoss",
"winningTeamId": 1
},
{
"scope": "MatchScope_Match",
"result": "ResultType_WinLoss",
"winningTeamId": 1
}
]
}
}
}
}