forked from External/mage
Add new methods to Target and TargetPointer to help generate card rules text. Currently only used by ExileUntilSourceLeavesEffect
This commit is contained in:
parent
c6e1ce6697
commit
addfd5166e
38 changed files with 156 additions and 208 deletions
|
|
@ -88,6 +88,8 @@ public interface Target extends Serializable {
|
|||
|
||||
void updateTarget(UUID targetId, Game game);
|
||||
|
||||
String getDescription();
|
||||
|
||||
String getMessage();
|
||||
|
||||
String getTargetName();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue