forked from External/mage
[ZNR] Fixed MDF cards with put to battlefield effects (#7174)
This commit is contained in:
parent
ac98417532
commit
cff67085b7
3 changed files with 80 additions and 0 deletions
|
|
@ -464,6 +464,10 @@ public class GameEvent implements Serializable {
|
|||
return targetId;
|
||||
}
|
||||
|
||||
public void setTargetId(UUID targetId) {
|
||||
this.targetId = targetId;
|
||||
}
|
||||
|
||||
public UUID getSourceId() {
|
||||
return sourceId;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue