Skip to content
Snippets Groups Projects
Commit ec4e7bbb authored by AREZKI Celia's avatar AREZKI Celia
Browse files

Create the class MountainGenerator

parent c678395f
Branches
No related tags found
No related merge requests found
package model;
public class MountainGenerator implements ElementGenerator{
@Override
public void generateElement(int rowCount, int columnCount) {
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment