This commit is contained in:
JustArchi
2019-11-20 17:56:35 +01:00
parent df519d3857
commit 469f6d0d95
2 changed files with 52 additions and 50 deletions

View File

@@ -820,12 +820,8 @@ namespace ArchiSteamFarm {
return true;
}
internal enum EFileType : byte {
Config,
Database
}
internal enum EUserInputType : byte {
[PublicAPI]
public enum EUserInputType : byte {
Unknown,
DeviceID,
Login,
@@ -834,5 +830,10 @@ namespace ArchiSteamFarm {
SteamParentalCode,
TwoFactorAuthentication
}
internal enum EFileType : byte {
Config,
Database
}
}
}