diff options
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/projectile.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/projectile.rs b/src/shared/projectile.rs index 2e9c6c3..16a064a 100644 --- a/src/shared/projectile.rs +++ b/src/shared/projectile.rs @@ -12,6 +12,7 @@ pub struct Projectile { pub target_player: PlayerId, pub source_player: PlayerId, pub damage: f32, + pub instant: bool, } #[derive(Component, Message, Serialize, Deserialize, Clone, Debug, PartialEq)] |