C# 클래스 SkyrimCharacterParser.RawModel.GlobalDataTypes.MiscStats

상속: GlobalDataType
파일 보기 프로젝트 열기: kewl-deus/SkyrimCharacterParser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
count System.UInt32
stats SkyrimCharacterParser.RawModel.GlobalDataTypes.MiscStat[]

공개 메소드들

메소드 설명
Print ( ) : void

메소드 상세

Print() 공개 메소드

public Print ( ) : void
리턴 void

프로퍼티 상세

count 공개적으로 프로퍼티

public UInt32,System count
리턴 System.UInt32

stats 공개적으로 프로퍼티

public MiscStat[],SkyrimCharacterParser.RawModel.GlobalDataTypes stats
리턴 SkyrimCharacterParser.RawModel.GlobalDataTypes.MiscStat[]