added Looted
attack outcome
This commit is contained in:
parent
91bfb08652
commit
7e97b736ad
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "torn-api"
|
||||
version = "0.5.6"
|
||||
version = "0.5.7"
|
||||
edition = "2021"
|
||||
authors = ["Pyrit [2111649]"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -61,6 +61,7 @@ pub enum AttackResult {
|
|||
Timeout,
|
||||
Stalemate,
|
||||
Special,
|
||||
Looted,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
|
|
Loading…
Reference in a new issue