push iniziale del progetto 2 try

This commit is contained in:
2024-05-27 10:54:39 +02:00
parent f845db29c7
commit d70361c3d6
4 changed files with 75 additions and 171 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"
}
]
}