Création des cartes lumières pour insertion dans la bdd
This commit is contained in:
@ -13,12 +13,19 @@ public abstract class CarteCondition extends CarteEffet implements Serializable{
|
||||
*/
|
||||
private static final long serialVersionUID = 903022795821166067L;
|
||||
|
||||
|
||||
public CarteCondition() {
|
||||
super("","");
|
||||
this.condition = new Condition();
|
||||
}
|
||||
|
||||
|
||||
public CarteCondition(String nom, String description) {
|
||||
super(nom, description);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
private Condition condition;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user