C# 클래스 RPG.Map

Data class for maps.
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 메소드들

메소드 설명
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