19 enum class Setting :
int {
27 ::ll::TypedStorage<4, 4, ::ChangeSettingCommand::Setting> mSetting;
28 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::Difficulty> mDifficulty;
29 ::ll::TypedStorage<4, 4, int> mIntValue;
30 ::ll::TypedStorage<1, 1, bool> mBoolValue;