* GUI: added card popup info in choose dialog (example: choose dungeon, #8012);

* GUI: added texts popup info in choose dialog (example: choose from any list);
This commit is contained in:
Oleg Agafonov 2021-08-14 09:18:50 +04:00
parent b73f10a0ab
commit d587cc9151
12 changed files with 322 additions and 36 deletions

View file

@ -39,6 +39,8 @@ public interface Choice extends Serializable, Copyable<Choice> {
String getSpecialHint();
ChoiceHintType getHintType();
// string choice
void setChoices(Set<String> choices);