Update SteamHandler.cs

This commit is contained in:
Timothy Baldridge 2020-01-03 10:58:59 -07:00 committed by GitHub
parent 408ade8a38
commit 3dfcff174f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ namespace Wabbajack.Common
public int AppId;
public string Name;
public string InstallDir;
public string BuildId;
public Game? Game;
public HashSet<SteamWorkshopItem> WorkshopItems;