C# Класс RPG.Map

Data class for maps.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Map() публичный Метод

Creates a new instance of an RPG.Map.
public Map ( ) : System.Collections.Generic
Результат System.Collections.Generic

Map() публичный Метод

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.
Результат System.Collections.Generic