C# Class Queem.Core.ChessBoard.InitialFigureShuffler

Afficher le fichier Open project: Ribtoks/Queem

Méthodes publiques

Méthode Description
Init ( Action action, PlayerPosition position, System.Color color ) : void

Méthodes protégées

Méthode Description
ShuffleDown ( Action action, System.Color color ) : void
ShuffleUp ( Action action, System.Color color ) : void

Method Details

Init() public méthode

public Init ( Action action, PlayerPosition position, System.Color color ) : void
action Action
position PlayerPosition
color System.Color
Résultat void

ShuffleDown() protected abstract méthode

protected abstract ShuffleDown ( Action action, System.Color color ) : void
action Action
color System.Color
Résultat void

ShuffleUp() protected abstract méthode

protected abstract ShuffleUp ( Action action, System.Color color ) : void
action Action
color System.Color
Résultat void