public static new void AddMoves(PieceType type) { King.AddMoves(type); Camel.AddMoves(type); }
public static new void AddMoves(PieceType type) { Bishop.AddMoves(type); Camel.AddMoves(type); }