C# Class RPG.Map

Data class for maps.
Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
Map ( ) : System.Collections.Generic

Creates a new instance of an RPG.Map.

Map ( int width, int height ) : System.Collections.Generic

Creates a new instance of an RPG.Map.

Method Details

Map() public method

Creates a new instance of an RPG.Map.
public Map ( ) : System.Collections.Generic
return System.Collections.Generic

Map() public method

Creates a new instance of an RPG.Map.
public Map ( int width, int height ) : System.Collections.Generic
width int The map width.
height int The map height.
return System.Collections.Generic