Examine throwable damage (#18580)
This commit is contained in:
6
Content.Shared/Damage/Events/DamageExamineEvent.cs
Normal file
6
Content.Shared/Damage/Events/DamageExamineEvent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Robust.Shared.Utility;
|
||||
|
||||
namespace Content.Shared.Damage.Events;
|
||||
|
||||
[ByRefEvent]
|
||||
public readonly record struct DamageExamineEvent(FormattedMessage Message, EntityUid User);
|
||||
Reference in New Issue
Block a user