KNU_SpaceShooter/.vscode/launch.json
2024-09-11 13:04:35 +09:00

10 lines
178 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}