mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
Using ability UUID for stack view as a key for cards added on the panel.
This commit is contained in:
parent
14b8069afc
commit
e45a8ad1e0
2 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue