added Looted attack outcome

This commit is contained in:
TotallyNot 2023-02-11 00:59:16 +01:00
parent 91bfb08652
commit 7e97b736ad
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "torn-api"
version = "0.5.6"
version = "0.5.7"
edition = "2021"
authors = ["Pyrit [2111649]"]
license = "MIT"

View file

@ -61,6 +61,7 @@ pub enum AttackResult {
Timeout,
Stalemate,
Special,
Looted,
}
#[derive(Debug, Clone, Deserialize)]