mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 00:54:51 +01:00
5 lines
128 B
C#
5 lines
128 B
C#
namespace Content.Shared.Actions.Events;
|
|
|
|
[ByRefEvent]
|
|
public record struct GetActionDataEvent(BaseActionComponent? Action);
|