Rework local module GUI commands
This commit is contained in:
@@ -17,29 +17,29 @@ from .fighter.add import GuiAddFighterCommand
|
||||
from .fighter.changeAmount import GuiChangeFighterAmountCommand
|
||||
from .fighter.remove import GuiRemoveFighterCommand
|
||||
from .fighter.toggleState import GuiToggleFighterCommand
|
||||
from .guiAddCharge import GuiModuleAddChargeCommand
|
||||
from .guiAddModule import GuiModuleAddCommand
|
||||
from .guiAddProjected import GuiAddProjectedCommand
|
||||
from .guiCargoToModule import GuiCargoToModuleCommand
|
||||
from .guiChangeProjectedDroneQty import GuiChangeProjectedDroneQtyCommand
|
||||
from .guiChangeProjectedFighterAmount import GuiChangeProjectedFighterAmountCommand
|
||||
from .guiChangeProjectedFitQty import GuiChangeProjectedFitQtyCommand
|
||||
from .guiFillWithModule import GuiFillWithModuleCommand
|
||||
from .guiFitRename import GuiFitRenameCommand
|
||||
from .guiImportMutatedModule import GuiImportMutatedModuleCommand
|
||||
from .guiMetaSwap import GuiMetaSwapCommand
|
||||
from .guiModuleToCargo import GuiModuleToCargoCommand
|
||||
from .guiMutaConvert import GuiMutaConvertCommand
|
||||
from .guiMutaRevert import GuiMutaRevertCommand
|
||||
from .guiRebaseItems import GuiRebaseItemsCommand
|
||||
from .guiRemoveModule import GuiModuleRemoveCommand
|
||||
from .guiRemoveProjected import GuiRemoveProjectedCommand
|
||||
from .guiSetMode import GuiSetModeCommand
|
||||
from .guiSetSpoolup import GuiSetSpoolupCommand
|
||||
from .guiSwapCloneModule import GuiModuleSwapOrCloneCommand
|
||||
from .guiToggleModuleState import GuiModuleStateChangeCommand
|
||||
from .guiToggleProjected import GuiToggleProjectedCommand
|
||||
from .implant.add import GuiAddImplantCommand
|
||||
from .implant.changeLocation import GuiChangeImplantLocationCommand
|
||||
from .implant.remove import GuiRemoveImplantCommand
|
||||
from .implant.toggleState import GuiToggleImplantStateCommand
|
||||
from .module.add import GuiAddModuleCommand
|
||||
from .module.changeCharges import GuiChangeModuleChargesCommand
|
||||
from .module.changeSpool import GuiChangeModuleSpoolCommand
|
||||
from .module.changeStates import GuiChangeModuleStatesCommand
|
||||
from .module.fill import GuiFillWithModulesCommand
|
||||
from .module.mutatedConvert import GuiConvertMutatedModuleCommand
|
||||
from .module.mutatedImport import GuiImportMutatedModuleCommand
|
||||
from .module.mutatedRevert import GuiRevertMutatedModuleCommand
|
||||
from .module.remove import GuiRemoveModuleCommand
|
||||
|
||||
Reference in New Issue
Block a user