7 lines
176 B
C#
7 lines
176 B
C#
|
|
using Robust.Shared.Utility;
|
||
|
|
|
||
|
|
namespace Content.Shared.Damage.Events;
|
||
|
|
|
||
|
|
[ByRefEvent]
|
||
|
|
public readonly record struct DamageExamineEvent(FormattedMessage Message, EntityUid User);
|