wip close round/campaign/war + refacto json None
This commit is contained in:
parent
4c8086caf4
commit
6cbb7c6534
26 changed files with 474 additions and 108 deletions
|
|
@ -28,3 +28,10 @@ class RefreshScope(Enum):
|
|||
CAMPAIGN_DETAILS = auto()
|
||||
ROUND_DETAILS = auto()
|
||||
CURRENT_SELECTION_DETAILS = auto()
|
||||
|
||||
|
||||
class ContextType(StrEnum):
|
||||
WAR = "war"
|
||||
CAMPAIGN = "campaign"
|
||||
CHOICE = "choice"
|
||||
BATTLE = "battle"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue