Files
crystall-punk-14/Content.Shared/Atmos/Piping/Components/AtmosDeviceEnabledEvent.cs

7 lines
210 B
C#
Raw Normal View History

namespace Content.Shared.Atmos.Piping.Components;
/// <summary>
/// Raised directed on an atmos device when it is enabled.
/// </summary>
[ByRefEvent]
public readonly record struct AtmosDeviceEnabledEvent;