Skip to content

Commit

Permalink
Improve code style in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Inspiaaa committed Sep 11, 2024
1 parent 0fbbd36 commit e33c36a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ IEnumerator MyCoroutine() {
Co.Coroutine(MoveTo(GetLocalMousePosition(), 2)),
// Also play the GUI animation while the game is paused.
Co.Coroutine(PlayGuiMoveAnimation(), runMode: CoRunMode.Always)
);}
);
}

IEnumerator PlayGuiMoveAnimation() {
// ...
Expand Down

0 comments on commit e33c36a

Please sign in to comment.