C# Class FishIndustry.JobDriver_FishAtFishingPier

Order a pawn to go and fish at the fishing pier.
Inheritance: JobDriver
Show file Open project: Rikiki123456789/Rimworld

Public Properties

Property Type Description
fishingEquipment FishingEquipment
fishingPierIndex TargetIndex
fishingRodMote Mote

Public Methods

Method Description
ExposeData ( ) : void

Protected Methods

Method Description
MakeNewToils ( ) : IEnumerable

Method Details

ExposeData() public method

public ExposeData ( ) : void
return void

MakeNewToils() protected method

protected MakeNewToils ( ) : IEnumerable
return IEnumerable

Property Details

fishingEquipment public property

public FishingEquipment fishingEquipment
return FishingEquipment

fishingPierIndex public property

public TargetIndex fishingPierIndex
return TargetIndex

fishingRodMote public property

public Mote fishingRodMote
return Mote