Add the @focus keyword to the base constant classes

This commit is contained in:
Veronica K. B. Olsen
2021-02-10 21:46:55 +01:00
parent 3c355e2d75
commit 19b7b51eea
2 changed files with 15 additions and 10 deletions
+9 -8
View File
@@ -127,13 +127,14 @@ class nwOutline(Enum):
WCOUNT = 5
PCOUNT = 6
POV = 7
CHAR = 8
PLOT = 9
TIME = 10
WORLD = 11
OBJECT = 12
ENTITY = 13
CUSTOM = 14
SYNOP = 15
FOCUS = 8
CHAR = 9
PLOT = 10
TIME = 11
WORLD = 12
OBJECT = 13
ENTITY = 14
CUSTOM = 15
SYNOP = 16
# END Enum nwOutline