From f47ad2fe2ec0cf0ec89916317b77980bda63ad8e Mon Sep 17 00:00:00 2001 From: lq <3298408835@qq.com> Date: Thu, 2 Jan 2025 10:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BB=E5=8F=96=E6=95=B0=E6=8D=AE=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaofang/Assets/Script/JSONReader/JSONReader.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xiaofang/Assets/Script/JSONReader/JSONReader.cs b/xiaofang/Assets/Script/JSONReader/JSONReader.cs index 1f5248a5..fe3f965e 100644 --- a/xiaofang/Assets/Script/JSONReader/JSONReader.cs +++ b/xiaofang/Assets/Script/JSONReader/JSONReader.cs @@ -571,6 +571,8 @@ public class SceneData public string ObjList; public string AreaList; public int Storeroom; + public string TriageArea; + public string ConfigText; } [System.Serializable] public class IncidentSite