wip close round/campaign/war + refacto json None

This commit is contained in:
Maxime Réaux 2026-02-11 19:22:43 +01:00
parent 4c8086caf4
commit 6cbb7c6534
26 changed files with 474 additions and 108 deletions

View file

@ -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"