This commit is contained in:
2025-10-26 00:23:06 +05:00
parent a024ff2cf6
commit ca7652ee7a
55 changed files with 6589 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"
}
]
}