RadiationSystemUpdatedEvent.cs 277 B

123456789
  1. using Content.Server.Radiation.Systems;
  2. namespace Content.Server.Radiation.Events;
  3. /// <summary>
  4. /// Raised when <see cref="RadiationSystem"/> updated all
  5. /// radiation receivers and radiation sources.
  6. /// </summary>
  7. public record struct RadiationSystemUpdatedEvent;