Files
tbd-station-14/Content.Server/Radiation/Events/RadiationSystemUpdatedEvent.cs
2022-12-06 17:56:52 -08: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;