added Looted attack outcome

This commit is contained in:
TotallyNot 2023-02-11 00:59:16 +01:00
parent 5619cf11a6
commit 48a246fc1d
2 changed files with 2 additions and 1 deletions

View file

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

View file

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