public static void LoadLoader() { if (!SandboxConfig.IsBuddy) { Chat.Print("Sorry you are not buddy :("); return; } AddonDisabler.LoadAddonDisabler(); SpellManager.LoadSpells(); MyMenu.LoadMyMenu(); ModeManager.LoadModeManager(); DamageIndicator.LoadDamageIndicator(); DrawingManager.LoadDrawingManager(); ObjManager.LoadObjManager(); }