C# Class Fluffy.Saveable_WorkTypeDef

Inheritance: IExposable
Show file Open project: FluffierThanThou/RW_EnhancedTabs

Public Properties

Property Type Description
defName string
priority int
workGivers List

Public Methods

Method Description
ExposeData ( ) : void
Saveable_WorkTypeDef ( ) : System.Collections.Generic
Saveable_WorkTypeDef ( WorkTypeDef def ) : System.Collections.Generic

Method Details

ExposeData() public method

public ExposeData ( ) : void
return void

Saveable_WorkTypeDef() public method

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

Saveable_WorkTypeDef() public method

public Saveable_WorkTypeDef ( WorkTypeDef def ) : System.Collections.Generic
def WorkTypeDef
return System.Collections.Generic

Property Details

defName public property

public string defName
return string

priority public property

public int priority
return int

workGivers public property

public List workGivers
return List