"depot M315"
This commit is contained in:
13
src/td5/p1/arme/Epée.java
Normal file
13
src/td5/p1/arme/Epée.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package td5.p1.arme;
|
||||
|
||||
public class Epée extends Arme {
|
||||
|
||||
public Epée() {
|
||||
this("Epée");
|
||||
}
|
||||
|
||||
public Epée(String n) {
|
||||
super(25, 5, n);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user