add/edit/delete sectors and participants in campaign
This commit is contained in:
parent
495a5adb98
commit
2816da010c
22 changed files with 1799 additions and 923 deletions
|
|
@ -13,6 +13,8 @@ class ItemType(StrEnum):
|
|||
ROUND = "round"
|
||||
OBJECTIVE = "objective"
|
||||
WAR_PARTICIPANT = "war_participant"
|
||||
SECTOR = "sector"
|
||||
CAMPAIGN_PARTICIPANT = "campaign_participant"
|
||||
|
||||
class RefreshScope(Enum):
|
||||
NONE = auto()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue