We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519724f commit a81b823Copy full SHA for a81b823
src/shared/constants.ts
@@ -20,6 +20,9 @@ export enum MapName {
20
}
21
22
export enum PlatformRegion {
23
+ STEAM = 'steam',
24
+ KAKAO = 'kakao',
25
+ XBOX = 'xbox',
26
XBOX_AS = 'xbox-as',
27
XBOX_EU = 'xbox-eu',
28
XBOX_NA = 'xbox-na',
@@ -34,8 +37,6 @@ export enum PlatformRegion {
34
37
PC_SEA = 'pc-sea',
35
38
PC_SA = 'pc-sa',
36
39
PC_AS = 'pc-as',
- STEAM = 'steam',
- KAKAO = 'kakao'
40
41
42
export enum SeasonState {
0 commit comments