C# Class SimShift.Data.WorldMapCell

Show file Open project: nlhans/SimShift Class Usage Examples

Public Properties

Property Type Description
points List

Public Methods

Method Description
WorldMapCell ( int cellX, int cellZ ) : System

Method Details

WorldMapCell() public method

public WorldMapCell ( int cellX, int cellZ ) : System
cellX int
cellZ int
return System

Property Details

points public property

public List points
return List