C# Class Game.Board.ReadOnlyBoard

Mostra file Open project: porcellus/KomponensAlapuJatek

Public Methods

Method Description
ReadOnlyBoard ( Piece board ) : System
this ( int i, int j ) : Piece

Method Details

ReadOnlyBoard() public method

public ReadOnlyBoard ( Piece board ) : System
board Piece
return System

this() public method

public this ( int i, int j ) : Piece
i int
j int
return Piece