_xiaofang/xiaofang/Assets/Resources/JsonAsset/PlayScript.json

14 lines
207 B
JSON
Raw Normal View History

2024-11-30 23:32:17 +08:00
[
2024-12-06 11:37:41 +08:00
{
"ID": "5001",
"Note": "火灾",
"Name": "5001",
2024-12-18 14:35:56 +08:00
"DisasterLocation": "2001"
2024-12-06 11:37:41 +08:00
},
{
"ID": "5002",
"Note": "塌方",
"Name": "5002",
2024-12-18 14:35:56 +08:00
"DisasterLocation": "2004|2002"
2024-12-06 11:37:41 +08:00
}
2024-11-30 23:32:17 +08:00
]