SDV: Add "Desert Transportation" and "Island Transportation" Item Groups (#5143)

This commit is contained in:
Jérémie Bolduc
2025-06-28 11:36:09 -04:00
committed by GitHub
parent 03e5fd3dae
commit 8aacc23882
2 changed files with 6 additions and 4 deletions

View File

@@ -33,6 +33,8 @@ class Group(enum.Enum):
SKILL_MASTERY = enum.auto()
BUILDING = enum.auto()
WIZARD_BUILDING = enum.auto()
DESERT_TRANSPORTATION = enum.auto()
ISLAND_TRANSPORTATION = enum.auto()
ARCADE_MACHINE_BUFFS = enum.auto()
BASE_RESOURCE = enum.auto()
WARP_TOTEM = enum.auto()