GuildTycoon/.vscode/launch.json
2025-10-08 13:39:49 +02:00

10 lines
No EOL
178 B
JSON

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