feat: Add wonder_event_url to GameConfig
This commit is contained in:
@@ -10,6 +10,7 @@ pub struct GameConfig {
|
||||
pub shovel_base_price: u32,
|
||||
pub shovel_rate: f32,
|
||||
pub berry_seeds: Vec<BerrySeedConfig>,
|
||||
pub wonder_event_url: String,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug, Clone)]
|
||||
@@ -52,6 +53,7 @@ impl Default for GameConfig {
|
||||
growth_stages: 6,
|
||||
},
|
||||
],
|
||||
wonder_event_url: "wss://pomomon.farm/ws".into(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user