From 902a8f13604f430b2dccce0dcecf52415742a25d Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" <alienjack@foxmail.com> Date: Mon, 7 Apr 2025 14:45:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A8=8B=E5=BA=8F=E9=9B=86?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E9=94=99=E8=AF=AF=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assets/Script/AppMain/AxibugEmuOnline.Client.asmdef | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/AppMain/AxibugEmuOnline.Client.asmdef b/AxibugEmuOnline.Client/Assets/Script/AppMain/AxibugEmuOnline.Client.asmdef index 81c9246d..dab4f880 100644 --- a/AxibugEmuOnline.Client/Assets/Script/AppMain/AxibugEmuOnline.Client.asmdef +++ b/AxibugEmuOnline.Client/Assets/Script/AppMain/AxibugEmuOnline.Client.asmdef @@ -1,4 +1,4 @@ -{ +{ "name": "AxibugEmuOnline.Client", "rootNamespace": "", "references": [ @@ -6,9 +6,10 @@ "VirtualNes.Core", "UIEffect2018", "Mame.Core", - "Essgee.Unity" - "StoicGooseUnity" - "Unity.InputSystem" ], + "Essgee.Unity", + "StoicGooseUnity", + "Unity.InputSystem" + ], "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": true,