public CastVehicleSpellQuestObjective(AmeisenBotInterfaces bot, int spellId, CastVehicleSpellQuestObjectiveCondition condition)
 {
     Bot       = bot;
     SpellId   = spellId;
     Condition = condition;
 }
 public CastVehicleSpellQuestObjective(WowInterface wowInterface, int spellId, CastVehicleSpellQuestObjectiveCondition condition)
 {
     WowInterface = wowInterface;
     SpellId      = spellId;
     Condition    = condition;
 }