From 687106a1342d7b2984252b63da2b7f6b332ead2b Mon Sep 17 00:00:00 2001 From: m0_75251201 Date: Sun, 13 Jul 2025 19:24:10 +0800 Subject: [PATCH] =?UTF-8?q?(client)=20fix:=E4=BF=AE=E5=A4=8D=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=8A=A0=E8=BD=BD=E8=BF=87=E7=A8=8B=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E7=A9=BA=E6=8C=87=E9=92=88=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Client/Assets/Scripts/Data/DefinePack.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/Assets/Scripts/Data/DefinePack.cs b/Client/Assets/Scripts/Data/DefinePack.cs index 1c69288..a626b75 100644 --- a/Client/Assets/Scripts/Data/DefinePack.cs +++ b/Client/Assets/Scripts/Data/DefinePack.cs @@ -102,7 +102,7 @@ namespace Data /// /// define类别及其定义 /// - public Dictionary> defines; + public Dictionary> defines=new(); public PackAbout packAbout; public string packID;