Skip to content

Commit

Permalink
Finally IEpicGame
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeWanderer committed Aug 27, 2024
1 parent 48f96e9 commit 1ecfc0d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace NexusMods.Games.UnrealEngine.PacificDrive;

[UsedImplicitly]
public class PacificDriveGame : AGame, ISteamGame//, IEpicGame
public class PacificDriveGame : AGame, ISteamGame, IEpicGame
{
public static readonly GameDomain StaticDomain = GameDomain.From("pacificdrive");
private readonly IFileSystem _fileSystem;
Expand Down Expand Up @@ -55,7 +55,7 @@ protected override IReadOnlyDictionary<LocationId, AbsolutePath> GetLocations(IF
}

public IEnumerable<uint> SteamIds => [1458140u];
public IEnumerable<string> EpicCatalogItemId => ["5beededaad9743df90e8f07d92df153f"]; // TODO: ask someone
public IEnumerable<string> EpicCatalogItemId => ["c75f6d17cb064f52bbf07c61df32e30f"];

public override IStreamFactory Icon =>
new EmbededResourceStreamFactory<PacificDriveGame>("NexusMods.Games.UnrealEngine.Resources.PacificDrive.icon.png");
Expand Down

0 comments on commit 1ecfc0d

Please sign in to comment.