C# Class RA.JobDriver_RefuelBurner

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

Public Methods

Method Description
DepositFuelIntoBurner ( TargetIndex burnerIndex ) : Toil
FindFuelToGather ( ) : void
GetReport ( ) : string

Protected Methods

Method Description
MakeNewToils ( ) : IEnumerable

Method Details

DepositFuelIntoBurner() public method

public DepositFuelIntoBurner ( TargetIndex burnerIndex ) : Toil
burnerIndex TargetIndex
return Toil

FindFuelToGather() public method

public FindFuelToGather ( ) : void
return void

GetReport() public method

public GetReport ( ) : string
return string

MakeNewToils() protected method

protected MakeNewToils ( ) : IEnumerable
return IEnumerable