GetActionDataEvent.cs 128 B

1234
  1. namespace Content.Shared.Actions.Events;
  2. [ByRefEvent]
  3. public record struct GetActionDataEvent(BaseActionComponent? Action);