C# Class Fluffy.Saveable_WorkGiverDef

Inheritance: IExposable
Exibir arquivo Open project: FluffierThanThou/RW_EnhancedTabs

Public Properties

Property Type Description
defName string
priority int

Public Methods

Method Description
ExposeData ( ) : void
Saveable_WorkGiverDef ( ) : RimWorld
Saveable_WorkGiverDef ( WorkGiverDef def ) : RimWorld

Method Details

ExposeData() public method

public ExposeData ( ) : void
return void

Saveable_WorkGiverDef() public method

public Saveable_WorkGiverDef ( ) : RimWorld
return RimWorld

Saveable_WorkGiverDef() public method

public Saveable_WorkGiverDef ( WorkGiverDef def ) : RimWorld
def WorkGiverDef
return RimWorld

Property Details

defName public_oe property

public string defName
return string

priority public_oe property

public int priority
return int