From c2b26c0491886b99f422e830cd9ec1637a4ddc2e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 1 Mar 2026 09:36:29 +0800 Subject: first --- Assets/Scripts/GamePlay/WCGame.GamePlay.asmdef | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Assets/Scripts/GamePlay/WCGame.GamePlay.asmdef (limited to 'Assets/Scripts/GamePlay/WCGame.GamePlay.asmdef') diff --git a/Assets/Scripts/GamePlay/WCGame.GamePlay.asmdef b/Assets/Scripts/GamePlay/WCGame.GamePlay.asmdef new file mode 100644 index 0000000..852576f --- /dev/null +++ b/Assets/Scripts/GamePlay/WCGame.GamePlay.asmdef @@ -0,0 +1,16 @@ +{ + "name": "WCGame.GamePlay", + "rootNamespace": "", + "references": [ + "GUID:75469ad4d38634e559750d17036d5f7c" + ], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file -- cgit