added war id to faction->basic
This commit is contained in:
parent
281bd3de15
commit
9af77054c8
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "torn-api"
|
||||
version = "0.5.22"
|
||||
version = "0.5.23"
|
||||
edition = "2021"
|
||||
authors = ["Pyrit [2111649]"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -44,6 +44,7 @@ pub struct Member<'a> {
|
|||
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
pub struct FactionTerritoryWar<'a> {
|
||||
pub territory_war_id: i32,
|
||||
pub territory: &'a str,
|
||||
pub assaulting_faction: i32,
|
||||
pub defending_faction: i32,
|
||||
|
|
Loading…
Reference in a new issue