Added the new mulligan rule with Scry. Litte Scry rework.

This commit is contained in:
LevelX2 2015-09-03 17:27:43 +02:00
parent 71860b0168
commit 5a812f022d
9 changed files with 95 additions and 58 deletions

View file

@ -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;
}
}