skylanders-models/.vscode/launch.json
2024-10-16 21:03:12 +02:00

10 lines
No EOL
178 B
JSON

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