lowercase baotdamage

This commit is contained in:
philipp 2023-07-30 20:25:59 +02:00
parent aba8bc7749
commit e2b5495da6

View File

@ -20,6 +20,7 @@ pub struct Boat {
} }
#[derive(Serialize, Deserialize)] #[derive(Serialize, Deserialize)]
#[serde(rename_all = "lowercase")]
pub enum BoatDamage { pub enum BoatDamage {
None, None,
Light, Light,