示例#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();
 }