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