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.
|
public Map ( int width, int height ) : System.Collections.Generic | ||
width | int | The map width. |
height | int | The map height. |
return | System.Collections.Generic |