mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 13:52:45 +00:00
18 lines
249 B
JSON
18 lines
249 B
JSON
{
|
|
"name": "test",
|
|
"nations": [
|
|
{
|
|
"coordinates": [644, 327],
|
|
"name": "test 1"
|
|
},
|
|
{
|
|
"coordinates": [1009, 592],
|
|
"name": "test 2"
|
|
},
|
|
{
|
|
"coordinates": [1360, 572],
|
|
"name": "test 3"
|
|
}
|
|
]
|
|
}
|