添加mcp服务器

优化敌人AI,修改成双重规则寻敌
This commit is contained in:
2026-06-28 23:08:20 +08:00
parent 3da879f58d
commit 6cc4f1035d
9 changed files with 473 additions and 116 deletions

View File

@@ -51,5 +51,6 @@
"temp/": true,
"Temp/": true
},
"dotnet.defaultSolution": "unity.sln"
"dotnet.defaultSolution": "unity.sln",
"dotnet.preferCSharpExtension": true
}