PlateauTest
This commit is contained in:
@@ -6,6 +6,11 @@ import main.Type;
|
||||
public class CartePiochable<T extends Type> extends CarteCondition{
|
||||
|
||||
|
||||
public CartePiochable(String nom, String description) {
|
||||
super(nom, description);
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
public void utiliser(Joueur j) {
|
||||
super.utiliser(j);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user