Skip to content
Snippets Groups Projects
Commit 54de392d authored by ousseyn01's avatar ousseyn01
Browse files

Mountain.java is DONE at this moment

parent 2f8a88d0
No related branches found
No related tags found
No related merge requests found
package model;
import util.Position;
public class Mountain {
private Position position;
public Mountain(Position position) {
this.position = position;
}
public Position getPosition(){
return position;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment