WinCondition Allie

This commit is contained in:
Paul Gross
2020-04-18 14:05:53 +02:00
parent 61e3e64f08
commit ff0e8121e1
10 changed files with 120 additions and 19 deletions

View File

@ -14,4 +14,10 @@ public abstract class CarteCondition extends CarteEffet{
public Condition getCondition() {
return condition;
}
public void setCondition(Condition condition) {
this.condition = condition;
}
}