First commit
All checks were successful
Create Archive / zip (push) Successful in 9s

This commit is contained in:
2025-01-08 11:38:05 -05:00
commit b5bf47244b
380 changed files with 18381 additions and 0 deletions

10
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}