redundant comment

This commit is contained in:
Max Bradbury 2020-04-13 19:11:51 +01:00
parent b9dac0932f
commit ba6d4e8b40
1 changed files with 1 additions and 1 deletions

View File

@ -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 {