Add missing enum, thanks to Nephrite

This commit is contained in:
JustArchi 2015-10-29 19:18:49 +01:00
parent a0ba148005
commit fa6dbed593
2 changed files with 3 additions and 2 deletions

View file

@ -35,6 +35,7 @@ namespace ArchiSteamFarm {
AlreadyOwned = 9, AlreadyOwned = 9,
InvalidKey = 14, InvalidKey = 14,
DuplicatedKey = 15, DuplicatedKey = 15,
BaseGameRequired = 24,
OnCooldown = 53 OnCooldown = 53
} }

View file

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.0.0")] [assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")] [assembly: AssemblyFileVersion("0.5.0.0")]