ArchiSteamFarm.MobileAuthenticator.Init C# (CSharp) Метод

Init() приватный Метод

private Init ( ArchiSteamFarm.Bot bot ) : void
bot ArchiSteamFarm.Bot
Результат void
		internal void Init(Bot bot) {
			if (bot == null) {
				throw new ArgumentNullException(nameof(bot));
			}

			Bot = bot;
		}