forked from External/mage
Replace Yes/No text with Mulligan/Keep text on mulligan answer buttons to make options more clear.
This commit is contained in:
parent
94e59e5ee7
commit
c04bd6d64a
5 changed files with 29 additions and 5 deletions
|
|
@ -237,6 +237,8 @@ public interface Game extends MageItem, Serializable {
|
|||
|
||||
void fireAskPlayerEvent(UUID playerId, MessageToClient message, Ability source);
|
||||
|
||||
void fireAskPlayerEvent(UUID playerId, MessageToClient message, Ability source, Map<String, Serializable> options);
|
||||
|
||||
void fireChooseChoiceEvent(UUID playerId, Choice choice);
|
||||
|
||||
void fireSelectTargetEvent(UUID playerId, MessageToClient message, Set<UUID> targets, boolean required, Map<String, Serializable> options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue