Files
ichni_Official/.vscode/launch.json
Kexun Liu 00c4432007 update
2026-04-24 14:09:37 +08:00

10 lines
178 B
JSON

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