This commit is contained in:
JustArchi
2016-11-09 09:26:07 +01:00
parent 7b9ab23a63
commit 7cec546749
6 changed files with 34 additions and 34 deletions

View File

@@ -15,7 +15,7 @@ namespace ArchiSteamFarm {
internal static GlobalDatabase GlobalDatabase { get; private set; }
internal static WebBrowser WebBrowser { get; private set; }
internal static string GetUserInput(SharedInfo.EUserInputType userInputType, string botName = SharedInfo.ASF, string extraInformation = null) {
internal static string GetUserInput(ASF.EUserInputType userInputType, string botName = SharedInfo.ASF, string extraInformation = null) {
return null; // TODO
}