41 lines
524 B
JSON
41 lines
524 B
JSON
{
|
|
"Arr": [
|
|
{
|
|
"Id": 1,
|
|
"TypeId": 1
|
|
},
|
|
{
|
|
"Id": 2,
|
|
"TypeId": 2,
|
|
"WinScore": 5,
|
|
"LoseScore": -15,
|
|
"DrawScore": 2,
|
|
"WinTimes": 3,
|
|
"OtherScore": 3
|
|
},
|
|
{
|
|
"Id": 3,
|
|
"TypeId": 3,
|
|
"WinScore": 10,
|
|
"LoseScore": -10,
|
|
"DrawScore": 5,
|
|
"WinTimes": 3,
|
|
"OtherScore": 3
|
|
},
|
|
{
|
|
"Id": 4,
|
|
"TypeId": 4,
|
|
"WinScore": 15,
|
|
"LoseScore": -5,
|
|
"DrawScore": 7,
|
|
"WinTimes": 3,
|
|
"OtherScore": 3
|
|
},
|
|
{
|
|
"Id": 5,
|
|
"TypeId": 5,
|
|
"WinScore": 10,
|
|
"LoseScore": -10
|
|
}
|
|
]
|
|
} |