[ZNR] Fixed MDF cards with put to battlefield effects (#7174)

This commit is contained in:
Oleg Agafonov 2020-11-07 21:24:59 +04:00
parent ac98417532
commit cff67085b7
3 changed files with 80 additions and 0 deletions

View file

@ -464,6 +464,10 @@ public class GameEvent implements Serializable {
return targetId;
}
public void setTargetId(UUID targetId) {
this.targetId = targetId;
}
public UUID getSourceId() {
return sourceId;
}