C# Класс GR.Gambling.Backgammon.Venue.BoardHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
AddMissingChequers ( Board &board, int pips ) : void

Add missing chequers so that all we need is to know if a slot has 5 chequers and the total pip count.

Описание методов

AddMissingChequers() публичный статический Метод

Add missing chequers so that all we need is to know if a slot has 5 chequers and the total pip count.
public static AddMissingChequers ( Board &board, int pips ) : void
board Board
pips int pips[0] should contain total pip count for board[0].
Результат void