ValidateActionWorldTargetEvent.cs 203 B

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