Portrait Renaming on Full View Structs
This commit is contained in:
parent
849b82cef4
commit
d91af52811
2 changed files with 4 additions and 4 deletions
src/v3
|
@ -207,8 +207,8 @@ pub struct ChellarisEmpireLegacy {
|
|||
pub group: i32,
|
||||
pub gestalt: bool,
|
||||
pub machine: bool,
|
||||
pub empire_portrait: i32,
|
||||
pub empire_portrait_group: i32,
|
||||
pub portrait_id: i32,
|
||||
pub portrait_group_id: i32,
|
||||
pub discord_user: Option<String>,
|
||||
pub ethics: HashMap<i32, EmpireEthicLegacy>,
|
||||
}
|
||||
|
|
Reference in a new issue