fix
This commit is contained in:
parent
1faa3b9668
commit
6677434ca0
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ use std::collections::HashMap;
|
|||
use crate::item::Item;
|
||||
|
||||
/// Item database
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct ItemDB {
|
||||
index: HashMap<String, Item>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue