mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 21:48:58 +03:00
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);
|