Using ability UUID for stack view as a key for cards added on the panel.

This commit is contained in:
magenoxx 2010-12-08 17:59:55 +00:00
parent 14b8069afc
commit e45a8ad1e0
2 changed files with 5 additions and 0 deletions

View file

@ -241,6 +241,10 @@ public class CardView implements Serializable {
this.targets = newTargets;
}
public void overrideId(UUID id) {
this.id = id;
}
public void setAbility(CardView ability) {
this.ability = ability;
}