Geiger counter (#12082)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user