Files
soccar2d/.vscode/launch.json
2026-01-29 15:31:57 +05:30

10 lines
178 B
JSON

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