Skip to content
Snippets Groups Projects
Commit 6f10cb76 authored by dragapsy's avatar dragapsy
Browse files

Tache 7 (Ajout des methodes suivantes a l'interface Player):

+ void setName(String name);
+ String getName();
+ Cell getStartCell();
parent c7f2144a
Branches
No related tags found
No related merge requests found
......@@ -2,4 +2,9 @@ package model;
public interface Player {
boolean isHuman();
void setName(String name);
String getName();
Cell getStartCell();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment