diff --git a/src/galaxy/api/consts.py b/src/galaxy/api/consts.py index 2b08f36..d636613 100644 --- a/src/galaxy/api/consts.py +++ b/src/galaxy/api/consts.py @@ -81,6 +81,16 @@ class Platform(Enum): NintendoDs = "nds" Nintendo3Ds = "3ds" PathOfExile = "pathofexile" + Twitch = "twitch" + Minecraft = "minecraft" + GameSessions = "gamesessions" + Nuuvem = "nuuvem" + FXStore = "fxstore" + IndieGala = "indiegala" + Playfire = "playfire" + Oculus = "oculus" + Test = "test" + class Feature(Enum): """Possible features that can be implemented by an integration.