7273747576777879
} private void setupAbstractQuest() { final BringListOfItemsQuest concreteQuest = this; bringItems = new BringListOfItemsQuestLogic(concreteQuest); bringItems.addToWorld(); }
7778798081828384
setupAbstractQuest(); } private void setupAbstractQuest() { final BringListOfItemsQuest concreteQuest = this; bringItems = new BringListOfItemsQuestLogic(concreteQuest); bringItems.addToWorld(); }
7576777879808182
return res; } private void setupAbstractQuest() { final BringListOfItemsQuest concreteQuest = this; bringItems = new BringListOfItemsQuestLogic(concreteQuest); bringItems.addToWorld(); }
6667686970717273
return bringItems.getHistory(player); } private void setupAbstractQuest() { final BringListOfItemsQuest concreteQuest = this; bringItems = new BringListOfItemsQuestLogic(concreteQuest); bringItems.addToWorld(); }