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

ajout de implements

parent 054345e6
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ package modele;
import java.util.ArrayList;
public class Equipe {
public class Equipe implements Groupe{
private String nom;
private ArrayList<Personnage> equipe;
......
package modele;
public abstract class Personnage {
public abstract class Personnage implements Groupe{
protected int pointsDeVie;
protected int niveau;
protected String nom;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment