C# 클래스 Fluffy.Saveable_WorkTypeDef

상속: IExposable
파일 보기 프로젝트 열기: FluffierThanThou/RW_EnhancedTabs

공개 프로퍼티들

프로퍼티 타입 설명
defName string
priority int
workGivers List

공개 메소드들

메소드 설명
ExposeData ( ) : void
Saveable_WorkTypeDef ( ) : System.Collections.Generic
Saveable_WorkTypeDef ( WorkTypeDef def ) : System.Collections.Generic

메소드 상세

ExposeData() 공개 메소드

public ExposeData ( ) : void
리턴 void

Saveable_WorkTypeDef() 공개 메소드

public Saveable_WorkTypeDef ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Saveable_WorkTypeDef() 공개 메소드

public Saveable_WorkTypeDef ( WorkTypeDef def ) : System.Collections.Generic
def WorkTypeDef
리턴 System.Collections.Generic

프로퍼티 상세

defName 공개적으로 프로퍼티

public string defName
리턴 string

priority 공개적으로 프로퍼티

public int priority
리턴 int

workGivers 공개적으로 프로퍼티

public List workGivers
리턴 List