Files
TopDown/.vscode/launch.json
2026-08-04 16:56:27 +01:00

10 lines
178 B
JSON

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