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

Creation of BoardElement.java in order to manage position and update of elements

parent e9051696
Branches
No related tags found
No related merge requests found
package model;
import util.Position;
public interface BoardElement {
Position getPosition();
void setPosition(Position position);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment