Files
CityBuilder/.vscode/launch.json
SHOUTING_PIRATE 1c91215efd initial commit
2025-07-07 20:59:04 +01:00

10 lines
178 B
JSON

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