Update project version

This commit is contained in:
2024-08-20 15:07:46 +02:00
parent 2544902072
commit 0d490be61a
22 changed files with 158 additions and 111 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"
}
]
}