Files
Continentis/.vscode/launch.json
SoulliesOfficial 61a397dd4c MOD!
2025-10-23 00:49:44 -04:00

10 lines
178 B
JSON

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