C# Class RA.RA_LordJob_TradeWithColony

Inheritance: LordJob
Mostra file Open project: RWA-Team/RimworldAscension Class Usage Examples

Public Properties

Property Type Description
chillSpot IntVec3
faction Faction

Public Methods

Method Description
CreateGraph ( ) : StateGraph
ExposeData ( ) : void
RA_LordJob_TradeWithColony ( ) : System.Collections.Generic
RA_LordJob_TradeWithColony ( Faction faction, IntVec3 chillSpot ) : System.Collections.Generic
TraderDefence ( List sourceLordToils ) : StateGraph

Method Details

CreateGraph() public method

public CreateGraph ( ) : StateGraph
return StateGraph

ExposeData() public method

public ExposeData ( ) : void
return void

RA_LordJob_TradeWithColony() public method

public RA_LordJob_TradeWithColony ( ) : System.Collections.Generic
return System.Collections.Generic

RA_LordJob_TradeWithColony() public method

public RA_LordJob_TradeWithColony ( Faction faction, IntVec3 chillSpot ) : System.Collections.Generic
faction Faction
chillSpot IntVec3
return System.Collections.Generic

TraderDefence() public method

public TraderDefence ( List sourceLordToils ) : StateGraph
sourceLordToils List
return StateGraph

Property Details

chillSpot public_oe property

public IntVec3 chillSpot
return IntVec3

faction public_oe property

public Faction faction
return Faction