SetUserInput for GUI

This commit is contained in:
Ilia
2017-02-25 18:06:15 +02:00
parent 5954df7ac5
commit d3c3bcec8f

View File

@@ -29,6 +29,7 @@ namespace ArchiSteamFarm {
}
internal static string GetUserInput(ASF.EUserInputType userInputType, string botName = SharedInfo.ASF, string extraInformation = null) => null; // TODO
internal static string SetUserInput(ASF.EUserInputType userInputType, string botName, string userInputValue, string extraInformation = null) => null; // TODO
internal static async Task InitASF() {
ASF.ArchiLogger.LogGenericInfo("ASF V" + SharedInfo.Version);