mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
28 lines
542 B
JSON
28 lines
542 B
JSON
{
|
|
"RegionList": [
|
|
{
|
|
"RegionID": 2,
|
|
"ConnectivityList": [
|
|
{
|
|
"FromRegionID": 2,
|
|
"ToRegionID": 1,
|
|
"HasConnectWayPoint": true,
|
|
"ConnectPointKey": "BasementEntrance"
|
|
}
|
|
],
|
|
"StateConfigList": []
|
|
},
|
|
{
|
|
"RegionID": 1,
|
|
"ConnectivityList": [
|
|
{
|
|
"FromRegionID": 1,
|
|
"ToRegionID": 2,
|
|
"HasConnectWayPoint": true,
|
|
"ConnectPointKey": "BasementExit"
|
|
}
|
|
],
|
|
"StateConfigList": []
|
|
}
|
|
]
|
|
} |