arenos-nexus/Arenos Nexus/.vscode/launch.json
Daniel 2e704cae70 init
Init Commit Unity
2025-09-25 22:01:28 +02:00

10 lines
178 B
JSON

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