/** * @author yanababs * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public interface Arme { public int pointsAttaque(); public int pointsDéfense(); }