コード例 #1
0
 public static new void AddMoves(PieceType type)
 {
     Bishop.AddMoves(type);
     Knight.AddMoves(type);
 }
コード例 #2
0
 public static new void AddMoves(PieceType type)
 {
     Rook.AddMoves(type);
     Bishop.AddMoves(type);
 }
コード例 #3
0
 public static new void AddMoves(PieceType type)
 {
     Bishop.AddMoves(type);
     Nightrider.AddMoves(type);
 }
コード例 #4
0
 public static new void AddMoves(PieceType type)
 {
     Bishop.AddMoves(type);
     Wazir.AddMoves(type);
 }
コード例 #5
0
 public static new void AddMoves(PieceType type)
 {
     Bishop.AddMoves(type);
     Camel.AddMoves(type);
 }
コード例 #6
0
 public static new void AddMoves(PieceType type)
 {
     Bishop.AddMoves(type);
     Dabbabah.AddMoves(type);
 }