C# Class HaloMap.RawData.DECR

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

Public Methods

Method Description
DECR ( ) : System

Initializes a new instance of the DECR class.

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

The read.

Method Details

DECR() public method

Initializes a new instance of the DECR class.
public DECR ( ) : 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