using Content.Shared.Damage.Components; using Robust.Shared.Utility; namespace Content.Shared.Damage.Events; /// /// Raised on an entity with when examined to get the damage values displayed in the examine window. /// [ByRefEvent] public readonly record struct DamageExamineEvent(FormattedMessage Message, EntityUid User);