diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-11-28 21:40:58 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-11-28 21:40:58 +0100 |
commit | b9b890b24146fde7d3aa2a8fd1998b27caded462 (patch) | |
tree | 131aced3a514ad394d7329d479273975bb0a78ba /src/api/legends.rs | |
parent | 7ba6206ec8bd904c53a662a2fce1e5f48961c431 (diff) | |
download | kondou-b9b890b24146fde7d3aa2a8fd1998b27caded462.tar.gz kondou-b9b890b24146fde7d3aa2a8fd1998b27caded462.tar.bz2 kondou-b9b890b24146fde7d3aa2a8fd1998b27caded462.zip |
Render Revenant legends instead of skills
Diffstat (limited to 'src/api/legends.rs')
-rw-r--r-- | src/api/legends.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/legends.rs b/src/api/legends.rs index 395d6b9..0c9304c 100644 --- a/src/api/legends.rs +++ b/src/api/legends.rs @@ -10,6 +10,7 @@ use serde::{Deserialize, Serialize}; pub struct Legend { /// The legend id. pub id: String, + pub swap: u32, pub heal: u32, pub elite: u32, pub utilities: Vec<u32>, |