AtomCraft-2.28/AtomURP-main/.vscode/launch.json
2024-03-01 17:25:54 +01:00

10 lines
178 B
JSON

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