コード例 #1
0
 private static void LoginAsync(string user, string pass, string lolLauncherPath)
 {
     LolAutoLogger.OpenTheGame(lolLauncherPath);
     LolAutoLogger.AutoClickPatcher();
     LolAutoLogger.AutoClickClient(user, pass);
 }