/** * @author yanababs * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public class SoldatDécoréAvecEpée extends SoldatDécoré { public SoldatDécoréAvecEpée(Soldat soldat){ super(soldat,new ArmeEpée()); } }