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.
5 lines
134 B
JSON
5 lines
134 B
JSON
{
|
|
"editor.defaultFormatter": "csharpier.csharpier-vscode",
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true
|
|
} |