Switch drone mode handling to use enums
This commit is contained in:
@@ -110,3 +110,10 @@ class GuiAttrGroup(IntEnum):
|
||||
PROPULSIONS = auto()
|
||||
FIGHTERS = auto()
|
||||
SHIP_GROUP = auto()
|
||||
|
||||
|
||||
@unique
|
||||
class GraphDpsDroneMode(IntEnum):
|
||||
auto = 1
|
||||
followAttacker = 2
|
||||
followTarget = 3
|
||||
|
||||
Reference in New Issue
Block a user