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,
InvalidKey = 14,
DuplicatedKey = 15,
BaseGameRequired = 24,
OnCooldown = 53
}