redundant comment
This commit is contained in:
parent
b9dac0932f
commit
ba6d4e8b40
|
@ -5,7 +5,7 @@ pub struct Item {
|
|||
pub id: u64,
|
||||
pub animation_frames: Vec<Image>,
|
||||
pub name: Option<String>,
|
||||
pub dialogue_id: Option<String>, // dialogue id
|
||||
pub dialogue_id: Option<String>,
|
||||
}
|
||||
|
||||
impl From<String> for Item {
|
||||
|
|
Loading…
Reference in New Issue