Add "Can fit" grouping

This commit is contained in:
Ryan Holmes
2019-03-21 19:47:31 -04:00
parent 5940625e24
commit 1603201166
3 changed files with 20 additions and 3 deletions

View File

@@ -101,3 +101,4 @@ class GuiAttrGroup(IntEnum):
JUMP_SYSTEMS = auto()
PROPULSIONS = auto()
FIGHTERS = auto()
SHIP_GROUP = auto()