C# Class CaveBiome.GenStep_CavePlants

Inheritance: GenStep_Plants
Show file Open project: Rikiki123456789/Rimworld

Public Methods

Method Description
Generate ( ) : void
GrowCluster ( ClusterPlant plant, bool clusterIsMature ) : void

Method Details

Generate() public method

public Generate ( ) : void
return void

GrowCluster() public static method

public static GrowCluster ( ClusterPlant plant, bool clusterIsMature ) : void
plant CaveworldFlora.ClusterPlant
clusterIsMature bool
return void