C# Class FluffyManager.ManagerJob_Livestock.TrainingTracker

Inheritance: IExposable
Show file Open project: FluffierThanThou/RW_Manager

Public Properties

Property Type Description
TrainYoung bool
TrainingTargets bool>.DefMap

Public Methods

Method Description
ExposeData ( ) : void
this ( TrainableDef index ) : bool

Private Methods

Method Description
SetWantedRecursive ( TrainableDef td, bool wanted ) : void

Method Details

ExposeData() public method

public ExposeData ( ) : void
return void

this() public method

public this ( TrainableDef index ) : bool
index TrainableDef
return bool

Property Details

TrainYoung public property

public bool TrainYoung
return bool

TrainingTargets public property

public DefMap TrainingTargets
return bool>.DefMap