More backwards compatibility.
This commit is contained in:
parent
27d5a4d6c0
commit
034af7fa92
|
@ -366,6 +366,7 @@ impl TryFrom<u8> for BeeLevel {
|
|||
}
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
#[serde(rename_all = "PascalCase")]
|
||||
pub struct OptionFlags {
|
||||
pub randomize_enemies: bool,
|
||||
pub randomize_enemies_type: RandomizeEnemiesType,
|
||||
|
|
Loading…
Reference in a new issue