We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b9694 commit 814504bCopy full SHA for 814504b
README.md
@@ -8,3 +8,7 @@ Asynchronous state machines help you write smarter game logic.
8
- If you enter a state called A, then state A behaves as follows.
9
`OnEnter (await) -> OnUpdate (await) -> Wait for ChangeState`
10
- If you want to transition from state A to state B, you will wait until the Task of the Enter/Exit function in state A is finished.
11
+
12
13
+https://github.com/shlifedev/async-finite-state-machine/assets/49047211/d26aefe9-1b41-41fc-9206-a6c5c8bc8efa
14
0 commit comments