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