Files
LowPolyBattleSim/.vscode/launch.json

10 lines
178 B
JSON
Raw Permalink Normal View History

2025-06-27 23:27:49 +01:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}