Skip to content

Commit 8d6ec50

Browse files
committed
SDK-3041: Add new platforms
1 parent bab0be9 commit 8d6ec50

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/galaxy/api/consts.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,16 @@ class Platform(Enum):
8181
NintendoDs = "nds"
8282
Nintendo3Ds = "3ds"
8383
PathOfExile = "pathofexile"
84+
Twitch = "twitch"
85+
Minecraft = "minecraft"
86+
GameSessions = "gamesessions"
87+
Nuuvem = "nuuvem"
88+
FXStore = "fxstore"
89+
IndieGala = "indiegala"
90+
Playfire = "playfire"
91+
Oculus = "oculus"
92+
Test = "test"
93+
8494

8595
class Feature(Enum):
8696
"""Possible features that can be implemented by an integration.

0 commit comments

Comments
 (0)