diff --git a/src/galaxy/api/consts.py b/src/galaxy/api/consts.py index d490b44..47e0dbc 100644 --- a/src/galaxy/api/consts.py +++ b/src/galaxy/api/consts.py @@ -90,6 +90,7 @@ class Platform(Enum): Playfire = "playfire" Oculus = "oculus" Test = "test" + Rockstar = "rockstar" class Feature(Enum):