C# Class AoMBrgEditor.PssgAttributeInfo

Show file Open project: Ryder25/Age-of-Mythology Class Usage Examples

Public Properties

Property Type Description
id int
name string

Public Methods

Method Description
PssgAttributeInfo ( PssgBinaryReader reader ) : System
PssgAttributeInfo ( int id, string name ) : System

Method Details

PssgAttributeInfo() public method

public PssgAttributeInfo ( PssgBinaryReader reader ) : System
reader PssgBinaryReader
return System

PssgAttributeInfo() public method

public PssgAttributeInfo ( int id, string name ) : System
id int
name string
return System

Property Details

id public property

public int id
return int

name public property

public string name
return string