forked from External/mage
Start to add builder pattern to some card definition classes
This commit is contained in:
parent
db18af0161
commit
3c91b8d15f
2 changed files with 3 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ public interface Effect extends Serializable {
|
|||
UUID getId();
|
||||
void newId();
|
||||
String getText(Mode mode);
|
||||
void setText(String staticText);
|
||||
Effect setText(String staticText);
|
||||
boolean apply(Game game, Ability source);
|
||||
Outcome getOutcome();
|
||||
void setOutcome(Outcome outcome);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue