Files
jeu-sans-image/.vscode/launch.json
Banane_Rotative 177bf17294 Initial commit
2025-03-03 17:35:16 +01:00

10 lines
178 B
JSON

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