feat: add state machine

This commit is contained in:
Bragin Stepan
2026-03-02 19:00:06 +05:00
parent 99c88c071f
commit 7737ee3158
50 changed files with 828 additions and 128 deletions

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"visualstudiotoolsforunity.vstuc"
]
}

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"
}
]
}

View File

@@ -1,5 +1,5 @@
{
"dotrush.roslyn.projectOrSolutionFiles": [
"e:\\_Programming\\Unity\\UnityGames\\project-entity\\project-entity.sln"
]
}
"dotrush.roslyn.projectOrSolutionFiles": [
"e:\\_Programming\\Unity\\UnityGames\\project-entity\\project-entity.sln"
]
}