C# Class SkyrimCharacterParser.RawModel.GlobalDataTypes.MiscStat

Inheritance: DataContainer
Show file 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 property

public byte category
return byte

name public property

public string name
return string

value public property

public Int32 value
return Int32