Skip to content

Commit a81b823

Browse files
author
Thomas Ortiz
committed
Added "XBOX" to PlatformRegions and moved STEAM, KAKAO, XBOX to top
1 parent 519724f commit a81b823

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/shared/constants.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export enum MapName {
2020
}
2121

2222
export enum PlatformRegion {
23+
STEAM = 'steam',
24+
KAKAO = 'kakao',
25+
XBOX = 'xbox',
2326
XBOX_AS = 'xbox-as',
2427
XBOX_EU = 'xbox-eu',
2528
XBOX_NA = 'xbox-na',
@@ -34,8 +37,6 @@ export enum PlatformRegion {
3437
PC_SEA = 'pc-sea',
3538
PC_SA = 'pc-sa',
3639
PC_AS = 'pc-as',
37-
STEAM = 'steam',
38-
KAKAO = 'kakao'
3940
}
4041

4142
export enum SeasonState {

0 commit comments

Comments
 (0)