aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/stats.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/stats.rs')
-rw-r--r--src/shared/stats.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/stats.rs b/src/shared/stats.rs
index 239405e..98c26aa 100644
--- a/src/shared/stats.rs
+++ b/src/shared/stats.rs
@@ -6,6 +6,8 @@ pub struct Stats {
pub attack_speed: f32,
pub max_health: f32,
pub movement_speed: f32,
+ pub armor: f32,
+ pub magic_resist: f32,
}
#[derive(Component, Message, Clone, Copy, Serialize, Deserialize, PartialEq, Debug)]