Files
tbd-station-14/Content.Shared/Actions/Events/ActionGetEventEvent.cs
2025-05-28 15:52:11 -04:00

8 lines
206 B
C#

namespace Content.Shared.Actions.Events;
/// <summary>
/// Raised on an action entity to get its event.
/// </summary>
[ByRefEvent]
public record struct ActionGetEventEvent(BaseActionEvent? Event = null);