Beispiel #1
0
 public CastSpellQuestObjective(WowInterface wowInterface, int spellId, CastSpellQuestObjectiveCondition condition)
 {
     WowInterface = wowInterface;
     SpellId      = spellId;
     Condition    = condition;
 }
 public CastSpellQuestObjective(AmeisenBotInterfaces bot, int spellId, CastSpellQuestObjectiveCondition condition)
 {
     Bot       = bot;
     SpellId   = spellId;
     Condition = condition;
 }