Files
tbd-station-14/Content.Shared/Actions/Events/ValidateActionWorldTargetEvent.cs

7 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);