C# Class RA.DryingRack

Inheritance: Building_Storage
Afficher le fichier Open project: RWA-Team/RimworldAscension

Méthodes publiques

Свойство Type Description
dryingProgress int
dryingThing Thing

Méthodes publiques

Méthode Description
CheckIfDried ( ) : void
Notify_LostThing ( Thing lostThing ) : void
Notify_ReceivedThing ( Thing receivedThing ) : void
TickLong ( ) : void

Method Details

CheckIfDried() public méthode

public CheckIfDried ( ) : void
Résultat void

Notify_LostThing() public méthode

public Notify_LostThing ( Thing lostThing ) : void
lostThing Thing
Résultat void

Notify_ReceivedThing() public méthode

public Notify_ReceivedThing ( Thing receivedThing ) : void
receivedThing Thing
Résultat void

TickLong() public méthode

public TickLong ( ) : void
Résultat void

Property Details

dryingProgress public_oe property

public int dryingProgress
Résultat int

dryingThing public_oe property

public Thing dryingThing
Résultat Thing