Skip to content

Commit e99595c

Browse files
committed
2 parents 9ed7cbf + dc3c449 commit e99595c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Asynchronous state machines help you write smarter game logic.
77
- Support await OnExit
88
- If you enter a state called A, then state A behaves as follows.
99
`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 function in state A is finished.
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.

0 commit comments

Comments
 (0)