6
StarHorizon_Public/Content.Server/Radiation/Events/RadiationSystemUpdatedEvent.cs
2026-01-24 12:49:55 +03: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;