/// <summary> /// This function is called when the object becomes enabled and active. /// </summary> private void OnEnable() { QuestHandler.StartListening("GiveReward", GetReward); }