mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
14 lines
415 B
JSON
14 lines
415 B
JSON
{
|
|
"examples": {
|
|
"queues": [
|
|
{ "game": "Neon Rush", "players": 120, "waitSeconds": 45 },
|
|
{ "game": "Gridline", "players": 48, "waitSeconds": 120 },
|
|
{ "game": "Star Kart", "players": 64, "waitSeconds": 30 }
|
|
],
|
|
"tournaments": [
|
|
{ "name": "Midnight Sprint", "status": "live", "players": 64 },
|
|
{ "name": "Weekend Circuit", "status": "registering", "players": 32 }
|
|
]
|
|
}
|
|
}
|