forked from External/mage
Added the new mulligan rule with Scry. Litte Scry rework.
This commit is contained in:
parent
71860b0168
commit
5a812f022d
9 changed files with 95 additions and 58 deletions
|
|
@ -40,4 +40,17 @@ public class MessageToClient {
|
|||
public String getHintText() {
|
||||
return hintText;
|
||||
}
|
||||
|
||||
public void setMessage(String message) {
|
||||
this.message = message;
|
||||
}
|
||||
|
||||
public void setSecondMessage(String secondMessage) {
|
||||
this.secondMessage = secondMessage;
|
||||
}
|
||||
|
||||
public void setHintText(String hintText) {
|
||||
this.hintText = hintText;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue