remove bazaar ID

This commit is contained in:
TotallyNot 2024-05-23 13:25:30 +02:00
parent dc176a4c60
commit 397bf3c414
2 changed files with 4 additions and 6 deletions

View file

@ -10,8 +10,6 @@ pub enum MarketSelection {
#[derive(Clone, Debug, Deserialize)]
pub struct BazaarItem {
#[serde(rename = "ID")]
pub id: u32,
pub cost: u64,
pub quantity: u32,
}