Esempio n. 1
0
    public void PlayerGoToSleep()
    {
        IncrementDay();

        if (PlantHandler != null)
        {
            PlantHandler.DayCycle();
        }

        if (GameControls != null)
        {
            GameControls.NewDay();
        }
    }