feat(a1): .NET 8 solution scaffold + Model + OpcodeTable loader

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
gamer147
2026-07-06 13:49:02 -04:00
parent a50b7f600a
commit a704765ea0
14 changed files with 196 additions and 0 deletions

5
.gitignore vendored
View File

@@ -13,6 +13,11 @@ __pycache__/
*.egg-info/
.venv/
# .NET (engine/) build output
engine/**/bin/
engine/**/obj/
.vs/
# Godot / C# (future)
.godot/
*.import