Skip to content

Commit 1e06355

Browse files
committed
feat: Add ARENA_GAME_TYPES to enums.py
1 parent 4fb49bf commit 1e06355

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hearthstone/enums.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,6 +1743,11 @@ class BnetGameType(IntEnum):
17431743
# BGT_TOURNAMENT = 44
17441744

17451745

1746+
ARENA_GAME_TYPES = [
1747+
BnetGameType.BGT_ARENA,
1748+
BnetGameType.BGT_UNDERGROUND_ARENA
1749+
]
1750+
17461751
CLASSIC_GAME_TYPES = [
17471752
BnetGameType.BGT_CASUAL_CLASSIC,
17481753
BnetGameType.BGT_RANKED_CLASSIC

0 commit comments

Comments
 (0)