C# Class CaveBiome.MapComponent_CaveWellLight

MapComponent_CaveWellLight class.
Inheritance: MapComponent
Mostra file Open project: Rikiki123456789/Rimworld

Public Properties

Property Type Description
nextLigthCheckTick int

Public Methods

Method Description
MapComponentTick ( ) : void
SetGlowRadius ( Thing caveWell, float glowradius ) : void

Method Details

MapComponentTick() public method

public MapComponentTick ( ) : void
return void

SetGlowRadius() public method

public SetGlowRadius ( Thing caveWell, float glowradius ) : void
caveWell Thing
glowradius float
return void

Property Details

nextLigthCheckTick public_oe property

public int nextLigthCheckTick
return int