6
StarHorizon_Public/Content.Server/Radiation/Events/RadiationSystemUpdatedEvent.cs
2026-01-13 18:31:02 +02:00

10 lines
277 B
C#

using Content.Server.Radiation.Systems;
namespace Content.Server.Radiation.Events;
/// <summary>
/// Raised when <see cref="RadiationSystem"/> updated all
/// radiation receivers and radiation sources.
/// </summary>
public record struct RadiationSystemUpdatedEvent;