Geiger counter (#12082)

This commit is contained in:
Alex Evgrashin
2022-12-07 02:56:52 +01:00
committed by GitHub
parent ae700781b4
commit 04db7d0fdd
32 changed files with 613 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
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;