Ejemplo n.º 1
0
        public RuneforgingQuestObjective(WowInterface wowInterface, EnchantItemQuestObjectiveCondition condition)
        {
            WowInterface = wowInterface;
            Condition    = condition;

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

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