Пример #1
0
 public void Play(IBoard board, string gridRef, IPieceType piece)
 {
     board.AcceptPlay(gridRef, piece);
 }
Пример #2
0
 public void Play(IBoard board, string gridRef, IPieceType piece)
 {
     board.AcceptPlay(gridRef, piece);
 }