C# Class CaveworldFlora.ClusterPlant_BlackLotus

ClusterPlant_Gleamcap class.
Inheritance: ClusterPlant
Mostrar archivo Open project: Rikiki123456789/Rimworld

Public Properties

Property Type Description
nextLongTick int

Public Methods

Method Description
ExposeData ( ) : void

Save and load internal state variables (stored in savegame data).

ThrowPoisonSmoke ( ) : void
TickRare ( ) : void

Main function: -

Method Details

ExposeData() public method

Save and load internal state variables (stored in savegame data).
public ExposeData ( ) : void
return void

ThrowPoisonSmoke() public method

public ThrowPoisonSmoke ( ) : void
return void

TickRare() public method

Main function: -
public TickRare ( ) : void
return void

Property Details

nextLongTick public_oe property

public int nextLongTick
return int