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

6 lines
203 B
C#

using Robust.Shared.Map;
namespace Content.Shared.Actions.Events;
[ByRefEvent]
public record struct ValidateActionWorldTargetEvent(EntityUid User, EntityCoordinates Target, bool Cancelled = false);