コード例 #1
0
ファイル: PawnBitBoard.cs プロジェクト: uri65/Queem
 public ulong NorthEastAttacks()
 {
     return(BitBoardHelper.ShiftNorthEastOne(this.board));
 }