private void UpdateEndPoint() { if (player.CollectedEggs >= quest.eggsToCollect) { endPoint.Activate(); } }