6
StarHorizon_Public/Content.Shared/_RMC14/Actions/RMCActionUseAttemptEvent.cs
2025-08-05 10:00:54 +03:00

5 lines
145 B
C#

namespace Content.Shared._RMC14.Actions;
[ByRefEvent]
public record struct RMCActionUseAttemptEvent(EntityUid User, bool Cancelled = false);