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

FPSMenu() private static method

private static FPSMenu ( ) : void
return void
        private static void FPSMenu()
        {
            FPS = HMenu.AddSubMenu("FPS Protection", "asd");
            //FPS.AddGroupLabel("This is only working with my addons :/");

            FPS.Add("minfps", new Slider("Min Fps", 45, 1, 350));
            FPS.Add("calcps", new Slider("Calculations per Sec", 35, 1, 350));
            FPS.Add("enablefps", new CheckBox("Enable FPS Protection"));
        }