Skip to content
Snippets Groups Projects
Commit 9ee50158 authored by Yanis OUALAN's avatar Yanis OUALAN
Browse files

Adding entity interface

parent 9d59a6dd
No related branches found
No related tags found
No related merge requests found
Pipeline #38160 passed
File added
package model;
public interface Entity {
public void nextTurn();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment