mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-22 01:08:37 +00:00
Add missing enum, thanks to Nephrite
This commit is contained in:
@@ -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")]
|
||||||
|
|||||||
Reference in New Issue
Block a user