Aka_s_Yasuo.Program.Loading_OnLoadingComplete C# (CSharp) Method

Loading_OnLoadingComplete() private static method

private static Loading_OnLoadingComplete ( EventArgs args ) : void
args System.EventArgs
return void
        private static void Loading_OnLoadingComplete(EventArgs args)
        {
            if (Variables._Player.ChampionName != "Yasuo") return;
            Chat.Print("Aka´s Yasuo loaded! Made by Aka.");
            Manager.Manager.Load();
            AkaCore.Program.Load();
        }