Files
TowerDefence/My project/.vscode/launch.json
Caleb Sandford deQuincey 334021d04e Started project
2025-11-14 17:30:41 +00:00

10 lines
178 B
JSON

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