C# Class SkyrimCharacterParser.RawModel.GlobalDataTypes.MiscStat

Inheritance: DataContainer
ファイルを表示 Open project: kewl-deus/SkyrimCharacterParser Class Usage Examples

Public Properties

Property Type Description
category byte
name string
value Int32

Public Methods

Method Description
Print ( ) : void

Method Details

Print() public method

public Print ( ) : void
return void

Property Details

category public_oe property

public byte category
return byte

name public_oe property

public string name
return string

value public_oe property

public Int32 value
return Int32