This commit is contained in:
toine 2025-10-08 13:39:49 +02:00
parent 2ab20b0e8c
commit 016c834f21
13 changed files with 1270 additions and 0 deletions

10
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}