list round choices ; fix UI
This commit is contained in:
parent
032ab2d2c4
commit
723723dea1
14 changed files with 683 additions and 99 deletions
|
|
@ -15,6 +15,8 @@ class ItemType(StrEnum):
|
|||
WAR_PARTICIPANT = "war_participant"
|
||||
SECTOR = "sector"
|
||||
CAMPAIGN_PARTICIPANT = "campaign_participant"
|
||||
CHOICE = "choice"
|
||||
BATTLE = "battle"
|
||||
|
||||
class RefreshScope(Enum):
|
||||
NONE = auto()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue