added faction role to territory war report
This commit is contained in:
parent
9af77054c8
commit
b7adb5fd7d
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "torn-api"
|
||||
version = "0.5.23"
|
||||
version = "0.5.24"
|
||||
edition = "2021"
|
||||
authors = ["Pyrit [2111649]"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -198,6 +198,8 @@ pub struct TerritoryWarReportFaction {
|
|||
pub score: i32,
|
||||
pub joins: i32,
|
||||
pub clears: i32,
|
||||
#[serde(rename = "type")]
|
||||
pub role: TerritoryWarReportRole,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize)]
|
||||
|
|
Loading…
Reference in a new issue