Improvements mentioned in #478

@il-marc
This commit is contained in:
JustArchi
2017-02-25 18:11:03 +01:00
parent f772cfc0d6
commit 2f81206a10
3 changed files with 116 additions and 51 deletions

View File

@@ -29,7 +29,6 @@ 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);