Files
tbd-station-14/Content.Server/Alert/ServerAlertsSystem.cs
2022-02-16 18:23:23 +11:00

8 lines
230 B
C#

using Content.Shared.Alert;
namespace Content.Server.Alert;
// The only reason this exists is because the DI system requires the shared AlertsSystem
// to be abstract.
internal sealed class ServerAlertsSystem : AlertsSystem { }