This commit is contained in:
2026-01-29 15:31:57 +05:30
commit 17b8f48e8f
162 changed files with 74683 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"
}
]
}