From a19a6cf11f5deb91445d6c4215680c478df52a23 Mon Sep 17 00:00:00 2001 From: Aleksej Pawlowskij Date: Mon, 7 Oct 2019 14:12:44 +0200 Subject: [PATCH] Add Rockstar platform --- src/galaxy/api/consts.py | 1 + 1 file changed, 1 insertion(+) 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):