2022-01-05 00:19:23 -08:00
|
|
|
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.
|
2022-02-16 00:23:23 -07:00
|
|
|
internal sealed class ServerAlertsSystem : AlertsSystem { }
|