project dir init

This commit is contained in:
aube.lee
2025-01-20 14:35:19 +09:00
parent 85023a6a79
commit 562da7ea7f
45 changed files with 972 additions and 0 deletions

10
Gameton-06/.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"
}
]
}