1
0

AtmosDeviceEnabledEvent.cs 210 B

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