5 lines
164 B
C#
5 lines
164 B
C#
namespace Content.Shared._RMC14.Actions;
|
|
|
|
[ByRefEvent]
|
|
public record struct RMCActionUseAttemptEvent(EntityUid User, EntityUid? Target, bool Cancelled = false);
|