public static void Load() { creepControl = new CreepControl(); othersAddons = new OthersAddons(); creepControl.Load(); othersAddons.Load(); IsLoaded = true; }
public static void Load() { //autoDodge = new AutoDodge(); //lastHit = new LastHit(); creepControl = new CreepControl(); othersAddons = new OthersAddons(); creepControl.Load(); //autoStack.Load(); //autoDodge.Load(); othersAddons.Load(); IsLoaded = true; }