We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82895ec commit fc8e03bCopy full SHA for fc8e03b
crates/hyperion/src/simulation/event.rs
@@ -40,7 +40,7 @@ pub struct AttackEntity {
40
/// The entity that is performing the attack.
41
pub origin: Entity,
42
pub target: Entity,
43
- /// The damage dealt by the attack. This corresponds to the same unit as [`crate::simulation::Health`].
+ /// The damage dealt by the attack. This corresponds to the same unit as [`crate::simulation::metadata::living_entity::Health`].
44
pub damage: f32,
45
}
46
0 commit comments