mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Added GOGID property
This commit is contained in:
committed by
Timothy Baldridge
parent
ccafda79b2
commit
de40b8ce32
@ -33,6 +33,7 @@ namespace Wabbajack.Common
|
|||||||
public string MO2Name { get; internal set; }
|
public string MO2Name { get; internal set; }
|
||||||
public string GameLocationRegistryKey { get; internal set; }
|
public string GameLocationRegistryKey { get; internal set; }
|
||||||
public List<int> SteamIDs { get; internal set; }
|
public List<int> SteamIDs { get; internal set; }
|
||||||
|
public int GOGID { get; internal set; }
|
||||||
|
|
||||||
public string GameLocation
|
public string GameLocation
|
||||||
{
|
{
|
||||||
@ -161,12 +162,13 @@ namespace Wabbajack.Common
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Game.DarkestDungeon, new GameMetaData()
|
Game.DarkestDungeon, new GameMetaData
|
||||||
{
|
{
|
||||||
SupportedModManager = ModManager.Vortex,
|
SupportedModManager = ModManager.Vortex,
|
||||||
Game = Game.DarkestDungeon,
|
Game = Game.DarkestDungeon,
|
||||||
NexusName = "darkestdungeon",
|
NexusName = "darkestdungeon",
|
||||||
SteamIDs = new List<int>{262060}
|
SteamIDs = new List<int>{262060},
|
||||||
|
GOGID = 1450711444
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user