143144145146147148149
/** * Returns the piece dropper used to drop any pieces that need dropping in the board. */ protected PieceDropper getPieceDropper (PieceDropLogic logic) { return new PieceDropper(logic); }
827828829830831832833