Beispiel #1
0
    void ReplenishPhase()
    {
        //I was going to do more stuff here, but now it's in ForestManager.cs.
        //Maybe this will be good for something? ¯\_(ツ)_/¯

        //ReplenishForest
        StartCoroutine(forest.ReplenishForest(forestGrowthDuration));
    }