Ejemplo n.º 1
0
        public static void Load()
        {
            creepControl = new CreepControl();
            othersAddons = new OthersAddons();

            creepControl.Load();
            othersAddons.Load();
            IsLoaded = true;
        }
Ejemplo n.º 2
0
        public static void Load()
        {
            creepControl = new CreepControl();
            othersAddons = new OthersAddons();

            creepControl.Load();
            othersAddons.Load();
            IsLoaded = true;
        }
Ejemplo n.º 3
0
        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;
        }
Ejemplo n.º 4
0
        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;
        }