This commit is contained in:
bob
2025-05-28 20:14:34 +08:00
parent 69c57e3a39
commit 8e7afd9ea1
31 changed files with 338 additions and 22 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"
}
]
}