mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Add missing enum, thanks to Nephrite
This commit is contained in:
parent
a0ba148005
commit
fa6dbed593
2 changed files with 3 additions and 2 deletions
|
@ -35,6 +35,7 @@ namespace ArchiSteamFarm {
|
||||||
AlreadyOwned = 9,
|
AlreadyOwned = 9,
|
||||||
InvalidKey = 14,
|
InvalidKey = 14,
|
||||||
DuplicatedKey = 15,
|
DuplicatedKey = 15,
|
||||||
|
BaseGameRequired = 24,
|
||||||
OnCooldown = 53
|
OnCooldown = 53
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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")]
|
||||||
|
|
Loading…
Reference in a new issue