/// <summary> /// Will attempt to turn in a quest. /// </summary> private void TurnInQuest() { playerQuestHandler.TurnInQuest(); }