C# 클래스 catan.Game

파일 보기 프로젝트 열기: wargamer/Catan 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LandTileHeap Heap
rand System.Random

공개 메소드들

메소드 설명
BuildBoard ( ) : void
Game ( ) : System

비공개 메소드들

메소드 설명
checkNeighbors ( Tile currentTile, int widthCounter ) : void

메소드 상세

BuildBoard() 공개 메소드

public BuildBoard ( ) : void
리턴 void

Game() 공개 메소드

public Game ( ) : System
리턴 System

프로퍼티 상세

LandTileHeap 공개적으로 프로퍼티

public Heap LandTileHeap
리턴 Heap

rand 공개적으로 프로퍼티

public Random,System rand
리턴 System.Random