C# Class catan.Game

Datei anzeigen Open project: wargamer/Catan Class Usage Examples

Public Properties

Property Type Description
LandTileHeap Heap
rand System.Random

Public Methods

Method Description
BuildBoard ( ) : void
Game ( ) : System

Private Methods

Method Description
checkNeighbors ( Tile currentTile, int widthCounter ) : void

Method Details

BuildBoard() public method

public BuildBoard ( ) : void
return void

Game() public method

public Game ( ) : System
return System

Property Details

LandTileHeap public_oe property

public Heap LandTileHeap
return Heap

rand public_oe property

public Random,System rand
return System.Random