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

8 lines
122 B
C#
Raw Normal View History

2022-01-05 00:19:23 -08:00
using Content.Shared.Alert;
namespace Content.Server.Alert;
internal sealed class ServerAlertsSystem : AlertsSystem
{
}