fixed an error
This commit is contained in:
parent
315a487cdf
commit
e6b8d4f407
@ -22,6 +22,9 @@ pub struct AirBag;
|
||||
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
|
||||
pub struct Flashlight;
|
||||
|
||||
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
|
||||
pub struct Flippers;
|
||||
|
||||
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
|
||||
#[serde(tag = "t", content = "c")]
|
||||
pub enum ShopItems {
|
||||
@ -76,6 +79,3 @@ impl ShopItems{
|
||||
|
||||
}
|
||||
}
|
||||
pub struct Flippers {
|
||||
pub speed_increase: f32
|
||||
}
|
Reference in New Issue
Block a user