7 lines
203 B
C#
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);
|