Add pawn utility-AI brain; format code with CSharpier; enforce formatter

Wire the engine's new MrGameEng.AI module into a PawnBrain for world pawns,
plus surrounding content/scene tweaks. Apply CSharpier across the game and
document the convention in CLAUDE.md. Add .vscode/settings.json so the editor
formats on save with the CSharpier extension.
This commit is contained in:
Leonid Pershin
2026-06-12 07:20:03 +03:00
parent 8bc30e008e
commit 58de27248e
14 changed files with 553 additions and 153 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"editor.defaultFormatter": "csharpier.csharpier-vscode",
"editor.formatOnPaste": true,
"editor.formatOnSave": true
}