Skip to content

Commit

Permalink
Merge pull request #1105 from thunderstore-io/CS2-game-pass
Browse files Browse the repository at this point in the history
Add Game Pass support for CS2
  • Loading branch information
MythicManiac authored Nov 21, 2023
2 parents 7da714c + c68de2a commit fdc15fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/game/GameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ export default class GameManager {
new Game("Cities: Skylines II", "CitiesSkylines2", "CitiesSkylines2",
"Cities Skylines II", ["Cities2.exe"], "CitiesSkylines2_Data",
"https://thunderstore.io/c/cities-skylines-ii/api/v1/package/", "https://raw.githubusercontent.com/ebkr/r2modmanPlus/master/modExclusions.md",
[new StorePlatformMetadata(StorePlatform.STEAM, "949230")], "CitiesSkylines2.png",
[new StorePlatformMetadata(StorePlatform.STEAM, "949230"), new StorePlatformMetadata(StorePlatform.XBOX_GAME_PASS, "ParadoxInteractive.CitiesSkylinesII-PCEdition")], "CitiesSkylines2.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, []),

new Game("Lethal Company", "LethalCompany", "LethalCompany",
Expand Down

0 comments on commit fdc15fa

Please sign in to comment.