Add option to disable cargo export in EFT format

This commit is contained in:
DarkPhoenix
2019-08-07 12:57:20 +03:00
parent 647bdb78df
commit 04178ca824
2 changed files with 12 additions and 9 deletions

View File

@@ -67,6 +67,7 @@ class PortEftOptions(IntEnum):
IMPLANTS = 1
MUTATIONS = 2
LOADED_CHARGES = 3
CARGO = 4
@unique