Initial commit - Unity game project

This commit is contained in:
2026-01-31 15:24:24 +00:00
commit 76a067d1ba
145 changed files with 5925 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"
}
]
}