修复程序集定义错误语法

This commit is contained in:
ALIENJACK\alien 2025-04-07 14:45:24 +08:00
parent 569e4e44fe
commit 902a8f1360

View File

@ -1,4 +1,4 @@
{ {
"name": "AxibugEmuOnline.Client", "name": "AxibugEmuOnline.Client",
"rootNamespace": "", "rootNamespace": "",
"references": [ "references": [
@ -6,9 +6,10 @@
"VirtualNes.Core", "VirtualNes.Core",
"UIEffect2018", "UIEffect2018",
"Mame.Core", "Mame.Core",
"Essgee.Unity" "Essgee.Unity",
"StoicGooseUnity" "StoicGooseUnity",
"Unity.InputSystem" ], "Unity.InputSystem"
],
"includePlatforms": [], "includePlatforms": [],
"excludePlatforms": [], "excludePlatforms": [],
"allowUnsafeCode": true, "allowUnsafeCode": true,