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