This commit is contained in:
xinkl
2025-11-08 12:28:00 +08:00
parent 3e92e5684a
commit 2e6bc455cc
6 changed files with 409 additions and 34 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"
}
]
}