Files
wwdpublic/Content.Server/Alert/ServerAlertsSystem.cs
2023-11-12 20:53:33 +01:00

8 lines
122 B
C#

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