AkaCore.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)
        {
            Manager.Load.Execute();
            Chat.Print("AkaCore Loaded.");
        }