Files
OldThink/Content.Server/Alert/ServerAlertsSystem.cs

8 lines
223 B
C#
Raw Normal View History

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.
internal class ServerAlertsSystem : AlertsSystem { }