C# Class RA.JobDriver_CollectClay

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

Public Properties

Property Type Description
totalWork int

Public Methods

Method Description
CollectClay ( int ticksToCollect ) : Toil
ExposeData ( ) : void

Protected Methods

Method Description
MakeNewToils ( ) : IEnumerable

Method Details

CollectClay() public method

public CollectClay ( int ticksToCollect ) : Toil
ticksToCollect int
return Toil

ExposeData() public method

public ExposeData ( ) : void
return void

MakeNewToils() protected method

protected MakeNewToils ( ) : IEnumerable
return IEnumerable

Property Details

totalWork public_oe property

public int totalWork
return int