This commit is contained in:
2024-03-22 10:18:32 +01:00
commit 7888d6b018
32 changed files with 2922 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"
}
]
}