Files
Chef-s-Solitaire_Unity_IOS/.vscode/launch.json
T
2026-06-15 11:34:31 +08:00

10 lines
178 B
JSON

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