예제 #1
0
파일: ChessBoard.cs 프로젝트: merxbj/src
 public IChessPiece GetFieldPiece(Position pos)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: ChessBoard.cs 프로젝트: merxbj/src
 public List<IChessPiece> GetFieldAttackers(Position pos)
 {
     throw new NotImplementedException();
 }