예제 #1
0
파일: PawnBitBoard.cs 프로젝트: uri65/Queem
 public ulong NorthEastAttacks()
 {
     return(BitBoardHelper.ShiftNorthEastOne(this.board));
 }