SDK-3041: Add new platforms

This commit is contained in:
Aleksej Pawlowskij
2019-09-05 08:18:32 +02:00
parent bab0be9994
commit 8d6ec500f9

View File

@@ -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.