Add new methods to Target and TargetPointer to help generate card rules text. Currently only used by ExileUntilSourceLeavesEffect

This commit is contained in:
Alex W. Jackson 2022-09-04 05:15:12 -04:00
parent c6e1ce6697
commit addfd5166e
38 changed files with 156 additions and 208 deletions

View file

@ -88,6 +88,8 @@ public interface Target extends Serializable {
void updateTarget(UUID targetId, Game game);
String getDescription();
String getMessage();
String getTargetName();