Skip to content

Commit

Permalink
fix(Mode): update enum
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Feb 9, 2024
1 parent f65fba6 commit 23d8b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hearthstone Deck Tracker/Enums/Hearthstone/Mode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public enum Mode
RESET,
ADVENTURE,
TAVERN_BRAWL,
FIRESIDE_GATHERING,
BACON,
GAME_MODE,
PVP_DUNGEON_RUN,
Expand All @@ -30,6 +29,7 @@ public enum Mode
LETTUCE_COOP,
LETTUCE_FRIENDLY,
LETTUCE_BOUNTY_TEAM_SELECT,
LETTUCE_PACK_OPENING
LETTUCE_PACK_OPENING,
LUCKY_DRAW
}
}

0 comments on commit 23d8b6a

Please sign in to comment.