Initial Unity prototype

This commit is contained in:
apolloxyx 2025-05-07 23:02:10 -04:00
commit 138750dd52
386 changed files with 40723 additions and 0 deletions

6
.vsconfig Normal file
View file

@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}