Initial work on caching command fits unless needing to update. FitChanged event can now carry an action and typeID, only used in the CommandFit context menu (for now, can use this elsewhere). If the module being added or removed, we update the cached list.

This commit is contained in:
blitzman
2017-03-22 23:00:20 -04:00
parent 6c1d949cef
commit 4065022866
5 changed files with 59 additions and 15 deletions

View File

@@ -205,4 +205,5 @@ from gui.builtinContextMenus import ( # noqa: E402,F401
metaSwap,
implantSets,
fighterAbilities,
commandFits,
)