mirror of
https://github.com/Bragin-Stepan/project-entity.git
synced 2026-03-02 22:31:10 +00:00
feat: add state machine
This commit is contained in:
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"visualstudiotoolsforunity.vstuc"
|
||||
]
|
||||
}
|
||||
10
.vscode/launch.json
vendored
Normal file
10
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Attach to Unity",
|
||||
"type": "vstuc",
|
||||
"request": "attach"
|
||||
}
|
||||
]
|
||||
}
|
||||
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user