예제 #1
0
        public static void Load()
        {
            creepControl = new CreepControl();
            othersAddons = new OthersAddons();

            creepControl.Load();
            othersAddons.Load();
            IsLoaded = true;
        }
예제 #2
0
        public static void Load()
        {
            creepControl = new CreepControl();
            othersAddons = new OthersAddons();

            creepControl.Load();
            othersAddons.Load();
            IsLoaded = true;
        }
예제 #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;
        }
예제 #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;
        }