Example #1
0
 public IEnumerable <Move> GetAllAvailableMoves(Piece piece)
 {
     return(piece.GetLegalMoves(this));
 }