Exemplo n.º 1
0
 public IChessPiece GetFieldPiece(Position pos)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public List<IChessPiece> GetFieldAttackers(Position pos)
 {
     throw new NotImplementedException();
 }