Adding descriptions to enums.

Renaming Enums into more useful names.
This commit is contained in:
Indiction
2019-03-07 22:30:51 +01:00
parent e6309bb8bb
commit 6333a0c74b
37 changed files with 314 additions and 266 deletions

View File

@@ -129,7 +129,7 @@ def Saveddata():
from eos.saveddata.ship import Ship
from eos.saveddata.fit import Fit
from eos.saveddata.character import Character
from eos.saveddata.module import Module, State
from eos.saveddata.module import Module, FittingModuleState
from eos.saveddata.citadel import Citadel
from eos.saveddata.booster import Booster
@@ -139,7 +139,7 @@ def Saveddata():
'Fit' : Fit,
'Character': Character,
'Module' : Module,
'State' : State,
'State' : FittingModuleState,
'Booster' : Booster,
}
return helper