Пример #1
0
 public IChessPiece GetFieldPiece(Position pos)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public List<IChessPiece> GetFieldAttackers(Position pos)
 {
     throw new NotImplementedException();
 }