Skip to content

Commit

Permalink
✨ add console shard
Browse files Browse the repository at this point in the history
  • Loading branch information
glmn committed Sep 30, 2019
1 parent dc3efcc commit 9f80c6c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pubg_python/domain/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ class Shard(Enum):
XBOX_OC = 'xbox-oc' # Oceania
XBOX_SA = 'xbox-sa' # South America
KAKAO = 'kakao' # Kakao
PSN = 'psn'
STEAM = 'steam'
PSN = 'psn' # PSN (Deprecated)
STEAM = 'steam' # Steam
TOURNAMENT = 'tournament' # Tournaments
XBOX = 'xbox' # Xbox
XBOX = 'xbox' # Xbox (Deprecated)
CONSOLE = 'console' # Xbox/Psn


class Filter(Enum):
Expand Down

0 comments on commit 9f80c6c

Please sign in to comment.