Skip to content
Snippets Groups Projects
Commit 116607af authored by rosier8u's avatar rosier8u
Browse files

ajout de getEtat dans Personnage

parent a4fe5017
No related branches found
No related tags found
No related merge requests found
......@@ -64,4 +64,7 @@ public abstract class Personnage implements Groupe{
public abstract void setEtat(Etat etat);
public Etat getEtat() {
return etat;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment