This commit is contained in:
wsh
2025-04-15 17:46:45 +09:00
parent afe8652786
commit 84740b6133
4 changed files with 141 additions and 111 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"
}
]
}