Ejemplo n.º 1
0
 public UseItemQuestObjective(WowInterface wowInterface, int itemId, UseItemQuestObjectiveCondition condition)
 {
     WowInterface = wowInterface;
     ItemId       = itemId;
     Condition    = condition;
 }
Ejemplo n.º 2
0
 public UseItemQuestObjective(AmeisenBotInterfaces bot, int itemId, UseItemQuestObjectiveCondition condition)
 {
     Bot       = bot;
     ItemId    = itemId;
     Condition = condition;
 }