C# Class HaloMap.RawData.Weather

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

Public Methods

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

The read.

Weather ( ) : System

Initializes a new instance of the Weather class.

Method Details

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

Weather() public method

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