C# Class FishIndustry.Building_AquacultureHopper

Building_AquacultureHopper class.
Inheritance: Building_Storage
Show file Open project: Rikiki123456789/Rimworld

Public Properties

Property Type Description
powerComp CompPowerTrader

Public Methods

Method Description
SpawnSetup ( ) : void

Initialize instance variables.

TickRare ( ) : void

Periodically check if some food are stored and refrigerate it (reset the rotting progress).

Method Details

SpawnSetup() public method

Initialize instance variables.
public SpawnSetup ( ) : void
return void

TickRare() public method

Periodically check if some food are stored and refrigerate it (reset the rotting progress).
public TickRare ( ) : void
return void

Property Details

powerComp public property

public CompPowerTrader powerComp
return CompPowerTrader