diff --git a/src/galaxy/api/consts.py b/src/galaxy/api/consts.py index fd5204e..d006714 100644 --- a/src/galaxy/api/consts.py +++ b/src/galaxy/api/consts.py @@ -80,6 +80,7 @@ class Platform(Enum): PlayStationVita = "psvita" NintendoDs = "nds" Nintendo3Ds = "3ds" + PathOfExile = "pathofexile" class Feature(Enum): """Possible features that can be implemented by an integration.