Files
ichni_Creator_Studio/.vscode/launch.json

10 lines
178 B
JSON
Raw Normal View History

2025-02-04 15:05:05 +08:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}