Files
MuHua-Core/.vscode/launch.json
T
2025-02-27 17:40:31 +08:00

10 lines
178 B
JSON

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