Add new field
This commit is contained in:
@ -242,6 +242,7 @@ pub struct Member {
|
||||
pub birth_year: Option<i16>,
|
||||
pub birth_month: Option<i16>,
|
||||
pub birth_day: Option<i16>,
|
||||
pub dead: bool,
|
||||
pub death_year: Option<i16>,
|
||||
pub death_month: Option<i16>,
|
||||
pub death_day: Option<i16>,
|
||||
|
Reference in New Issue
Block a user