C# Class PSSGManager.CAttributeInfo

显示文件 Open project: miek/dirt3-modding Class Usage Examples

Public Properties

Property Type Description
id int
name string

Public Methods

Method Description
CAttributeInfo ( EndianBinaryReaderEx reader ) : System

Method Details

CAttributeInfo() public method

public CAttributeInfo ( EndianBinaryReaderEx reader ) : System
reader EndianBinaryReaderEx
return System

Property Details

id public_oe property

public int id
return int

name public_oe property

public string name
return string