fish-station/Content.Shared/Actions/Events/ValidateActionEntityTargetEvent.cs

4 lines
170 B
C#

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