handleQuestCondition method
Handle the given questCondition
.
Implementation
bool handleQuestCondition(final QuestCondition questCondition) =>
playerPreferences.questStages[questCondition.questId] ==
questCondition.stageId;
Handle the given questCondition
.
bool handleQuestCondition(final QuestCondition questCondition) =>
playerPreferences.questStages[questCondition.questId] ==
questCondition.stageId;