Finished cooking function

This commit is contained in:
2024-03-12 15:34:00 +01:00
parent b213c4ef42
commit 25ef87c512
9 changed files with 201 additions and 12 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"
}
]
}