Skip to content

Commit

Permalink
feat: update game enums
Browse files Browse the repository at this point in the history
  • Loading branch information
minimusubi committed Apr 15, 2024
1 parent a70050f commit a796613
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/v1/GameEnum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,22 @@ enum CurseForgeGameEnum {
SidMeiersCivilizationVI = 727,
KerbalSpaceProgram = 4401,
SecretWorldLegends = 4455,
FinalFantasyIV = 4741,
FinalFantasyVI = 4773,
FinalFantasyII = 5001,
FinalFantasyV = 5021,
FinalFantasyIII = 5026,
FinalFantasyI = 5230,
SurvivingMars = 61489,
MinecraftDungeons = 69271,
AmongUs = 69761,
ChroniclesofArcadia = 70667,
TheSims4 = 78062,
Demeo = 78135,
RushdownRevolt = 84062,
TennisElbow4 = 84137,
Palworld = 85196,
Helldivers2 = 85440,
}

export default CurseForgeGameEnum;

0 comments on commit a796613

Please sign in to comment.