Files
tbd-station-14/Content.Server/Alert/ServerAlertsSystem.cs
2023-11-11 13:08:10 +11:00

8 lines
122 B
C#

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