Пример #1
0
 public ulong SouthWestAttacks()
 {
     return(BitBoardHelper.ShiftSouthWestOne(this.board));
 }