AkaCore.Manager.MenuManager.Humanizer C# (CSharp) Method

Humanizer() private static method

private static Humanizer ( ) : void
return void
        private static void Humanizer()
        {
            HumanizerMenu = HMenu.AddSubMenu("Humanizer", "hu3");
            HumanizerMenu.AddGroupLabel("Humanize Spells >.<");
            HumanizerMenu.AddLabel("Ask me if you need more options.");
            HumanizerMenu.Add("HQ", new Slider("Humanize Q", 0, 0, 400));
            HumanizerMenu.Add("HW", new Slider("Humanize W", 0, 0, 400));
            HumanizerMenu.Add("HE", new Slider("Humanize E", 0, 0, 400));
            HumanizerMenu.Add("HR", new Slider("Humanize R", 0, 0, 400));
            HumanizerMenu.Add("Humanize", new CheckBox("Enable Humanzier", false));
        }