Skip to content

Commit

Permalink
Fix: Update Action enum to be able to quit a minigame
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyah committed May 23, 2026
1 parent dd0b867 commit eacb103
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ public enum MiniGamesActions {
/**
* Action when clicking the question mark box (help section).
* */
HELP
HELP,

/**
* Action called when quitting a minigame.
* */
INGAME_QUIT
}

0 comments on commit eacb103

Please sign in to comment.