C# Class catan.Game

Afficher le fichier Open project: wargamer/Catan Class Usage Examples

Méthodes publiques

Свойство Type Description
LandTileHeap Heap
rand System.Random

Méthodes publiques

Méthode Description
BuildBoard ( ) : void
Game ( ) : System

Private Methods

Méthode Description
checkNeighbors ( Tile currentTile, int widthCounter ) : void

Method Details

BuildBoard() public méthode

public BuildBoard ( ) : void
Résultat void

Game() public méthode

public Game ( ) : System
Résultat System

Property Details

LandTileHeap public_oe property

public Heap LandTileHeap
Résultat Heap

rand public_oe property

public Random,System rand
Résultat System.Random