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);