public void StartDay() { time.GoToNextMorning(); morningCover.SetActive(true); audiosource.clip = startDaySound; audiosource.Play(); }