Added machine field on empire routes
This commit is contained in:
parent
097b6884b9
commit
464f870c29
2 changed files with 4 additions and 0 deletions
src/v3
|
@ -195,6 +195,7 @@ pub struct ChellarisEmpire {
|
|||
pub game: i32,
|
||||
pub name: String,
|
||||
pub discord_user: Option<String>,
|
||||
pub machine: bool,
|
||||
pub gestalt: bool,
|
||||
pub portrait_id: i32,
|
||||
pub portrait_group_id: i32,
|
||||
|
|
Reference in a new issue