新人敌人随机生成

This commit is contained in:
2026-07-05 20:07:30 +08:00
parent c91f70367f
commit aab515c1f8
23 changed files with 5148 additions and 5686 deletions
+1
View File
@@ -0,0 +1 @@
{"csharpCode": "var es = GameObject.Find(\"EventSystem\"); if (es != null) { var input = es.GetComponent<UnityEngine.EventSystems.StandaloneInputModule>(); if (input == null) { input = es.AddComponent<UnityEngine.EventSystems.StandaloneInputModule>(); Debug.Log(\"[MCP] 已添加 StandaloneInputModule\"); } else { Debug.Log(\"[MCP] StandaloneInputModule 已存在\"); } } else { Debug.LogError(\"[MCP] EventSystem 未找到\"); }", "isMethodBody": true}