コード例 #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();
 }