File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- export type AchievementId =
2- | 'FIRST_COUNT'
3- | 'COUNTER_AMATURE'
4- | 'COUNTER_EXPERIENCED'
5- | 'COUNTER_LEGENDARY'
6- | 'ITEM_SCAVENGER'
7- | 'ITEM_SEEKER'
8- | 'ITEM_HUNTER'
9- | 'COUNTBOT_HERO'
10- | 'COUNTBOT_CHAMPION'
11- | 'COUNTBOT_VILLIAN'
12- | 'SELFLESS_COUNTER'
13- | 'BOT_KILLER' ;
1+ export enum AchievementId {
2+ FirstCount = 'FIRST_COUNT' ,
3+ CounterAmature = 'COUNTER_AMATURE' ,
4+ CounterExperienced = 'COUNTER_EXPERIENCED' ,
5+ CounterLegendary = 'COUNTER_LEGENDARY' ,
6+ ItemScavenger = 'ITEM_SCAVENGER' ,
7+ ItemSeeker = 'ITEM_SEEKER' ,
8+ ItemHunter = 'ITEM_HUNTER' ,
9+ CountBotHero = 'COUNTBOT_HERO' ,
10+ CountBotChampion = 'COUNTBOT_CHAMPION' ,
11+ CountBotVillain = 'COUNTBOT_VILLIAN' ,
12+ SelflessCounter = 'SELFLESS_COUNTER' ,
13+ BotKiller = 'BOT_KILLER' ,
14+ }
1415
1516export interface APIAchievement < IDType > {
1617 _id : IDType ;
You can’t perform that action at this time.
0 commit comments