CaveworldFlora.ClusterPlant_Gleamcap.TickLong C# (CSharp) Method

TickLong() public method

Main function: - perform the cluster plant normal treatment. - when mature, has a small chance to spawn a spore spawner.
public TickLong ( ) : void
return void
        public override void TickLong()
        {
            base.TickLong();

            TrySpawnSporeSpawner();
        }