Files
ichni_Creator_Studio/.vscode/launch.json
TRAfoer b5bfa877da Add Console
不知道写了什么
2025-02-04 15:05:05 +08:00

10 lines
178 B
JSON

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