Test追加

This commit is contained in:
oogushiyuuga
2026-05-12 12:42:04 +09:00
parent b62c97dc5b
commit 9f2092403a
13 changed files with 2291 additions and 3 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"
}
]
}