Skip to content

Commit 814504b

Browse files
authored
Update README.md
1 parent 16b9694 commit 814504b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ Asynchronous state machines help you write smarter game logic.
88
- If you enter a state called A, then state A behaves as follows.
99
`OnEnter (await) -> OnUpdate (await) -> Wait for ChangeState`
1010
- 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

Comments
 (0)