From 8d6ec500f97e74efd709902cad2447dafc1b7397 Mon Sep 17 00:00:00 2001 From: Aleksej Pawlowskij Date: Thu, 5 Sep 2019 08:18:32 +0200 Subject: [PATCH] SDK-3041: Add new platforms --- src/galaxy/api/consts.py | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.