Skip to content

Commit

Permalink
added to PatchVersion a ClientVersion property
Browse files Browse the repository at this point in the history
  • Loading branch information
xackery committed Jan 6, 2016
1 parent d058ad3 commit ebc390d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EQEmu Patcher/EQEmu Patcher/PatchVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace EQEmu_Patcher
public class PatchVersion
{
public string ServerName;
public string ClientVersion;
public int ServerDateLastUpdate;
public Dictionary<string, string> RootFiles = new Dictionary<string, string>();
public Dictionary<string, string> ResourceFiles = new Dictionary<string, string>();
Expand Down

0 comments on commit ebc390d

Please sign in to comment.