Delta-v/Content.Server/Alert/ServerAlertsSystem.cs

8 lines
122 B
C#

using Content.Shared.Alert;
namespace Content.Server.Alert;
internal sealed class ServerAlertsSystem : AlertsSystem
{
}