Exemplo n.º 1
0
    public void StartDay()
    {
        time.GoToNextMorning();
        morningCover.SetActive(true);

        audiosource.clip = startDaySound;
        audiosource.Play();
    }