ValidateActionEntityTargetEvent.cs 170 B

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