C# Class Queem.Core.ChessBoard.InitialFigureShuffler

Mostra file Open project: Ribtoks/Queem

Public Methods

Method Description
Init ( Action action, PlayerPosition position, System.Color color ) : void

Protected Methods

Method Description
ShuffleDown ( Action action, System.Color color ) : void
ShuffleUp ( Action action, System.Color color ) : void

Method Details

Init() public method

public Init ( Action action, PlayerPosition position, System.Color color ) : void
action Action
position PlayerPosition
color System.Color
return void

ShuffleDown() protected abstract method

protected abstract ShuffleDown ( Action action, System.Color color ) : void
action Action
color System.Color
return void

ShuffleUp() protected abstract method

protected abstract ShuffleUp ( Action action, System.Color color ) : void
action Action
color System.Color
return void