C# Class HaloMap.RawData.PRTM

The prtm.
Inheritance: RawDataContainer
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
PRTM ( ) : System

Initializes a new instance of the PRTM class.

Read ( int TagIndex, Map map, bool dontreadraw ) : void

The read.

Method Details

PRTM() public method

Initializes a new instance of the PRTM class.
public PRTM ( ) : System
return System

Read() public method

The read.
public Read ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
return void