Example #1
0
        public RuneforgingQuestObjective(WowInterface wowInterface, EnchantItemQuestObjectiveCondition condition)
        {
            WowInterface = wowInterface;
            Condition    = condition;

            EnchantEvent = new TimegatedEvent(TimeSpan.FromSeconds(1));
        }
Example #2
0
        public RuneforgingQuestObjective(AmeisenBotInterfaces bot, EnchantItemQuestObjectiveCondition condition)
        {
            Bot       = bot;
            Condition = condition;

            EnchantEvent = new(TimeSpan.FromSeconds(1));
        }