This commit is contained in:
@@ -39,7 +39,7 @@ public class Block {
|
||||
*
|
||||
* @param newCell Cell, à ajouter
|
||||
*/
|
||||
void addCell(Cell newCell) {
|
||||
public void addCell(Cell newCell) {
|
||||
this.cells.add(newCell);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user