C# Class RA.DryingRack

Inheritance: Building_Storage
Mostra file Open project: RWA-Team/RimworldAscension

Public Properties

Property Type Description
dryingProgress int
dryingThing Thing

Public Methods

Method Description
CheckIfDried ( ) : void
Notify_LostThing ( Thing lostThing ) : void
Notify_ReceivedThing ( Thing receivedThing ) : void
TickLong ( ) : void

Method Details

CheckIfDried() public method

public CheckIfDried ( ) : void
return void

Notify_LostThing() public method

public Notify_LostThing ( Thing lostThing ) : void
lostThing Thing
return void

Notify_ReceivedThing() public method

public Notify_ReceivedThing ( Thing receivedThing ) : void
receivedThing Thing
return void

TickLong() public method

public TickLong ( ) : void
return void

Property Details

dryingProgress public_oe property

public int dryingProgress
return int

dryingThing public_oe property

public Thing dryingThing
return Thing