From d3c3bcec8f7de702b92d32574e2399b07c7b316f Mon Sep 17 00:00:00 2001 From: Ilia Date: Sat, 25 Feb 2017 18:06:15 +0200 Subject: [PATCH] SetUserInput for GUI --- GUI/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI/Program.cs b/GUI/Program.cs index 32d5740e1..ae7a37f45 100644 --- a/GUI/Program.cs +++ b/GUI/Program.cs @@ -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);