Exemplo n.º 1
0
    public static void Night()
    {
        SoundController.ChangeBackground(SoundBank.Background.Night);
        SoundController.ChangeMusic(SoundBank.Music.NoMusic);

        Instance.StartCoroutine(Instance.ChangeLightToColor(Instance.NightColor));
    }