Removed Depot ID since they can be used independently from DLCs.

Improve log verbosity.
This commit is contained in:
Jeddunk 2021-04-28 17:14:29 +02:00
parent fd518e4504
commit 0c1c1226fb
3 changed files with 64 additions and 14 deletions

View file

@ -34,7 +34,7 @@ namespace GoldbergGUI.Core.Models
/// </summary>
public List<DlcApp> DlcList { get; set; }
//public List<Depot> Depots { get; set; }
public List<int> Depots { get; set; }
public List<Group> SubscribedGroups { get; set; }
@ -67,10 +67,7 @@ namespace GoldbergGUI.Core.Models
public class DlcApp : SteamApp
{
/// <summary>
/// ID of depot (optional)
/// </summary>
public int? DepotId { get; set; }
//public int? DepotId { get; set; }
//public string DepotName { get; set; }
/// <summary>
/// Path to DLC (relative to Steam API DLL) (optional)