mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Closes #1513
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user