Move more logic to base class

This commit is contained in:
DarkPhoenix
2019-07-31 00:04:54 +03:00
parent 77ae235385
commit c68451228a
5 changed files with 54 additions and 34 deletions

View File

@@ -123,6 +123,8 @@ class GraphDpsDroneMode(IntEnum):
class GraphCacheCleanupReason(IntEnum):
fitChanged = auto()
fitRemoved = auto()
profileChanged = auto()
profileRemoved = auto()
graphSwitched = auto()
inputChanged = auto()
optionChanged = auto()