Files
BingoGrassland/.vscode/launch.json
T

10 lines
178 B
JSON
Raw Normal View History

2026-04-20 13:49:36 +08:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}