ECSatize AlertsSystem (#5559)
This commit is contained in:
7
Content.Server/Alert/ServerAlertsSystem.cs
Normal file
7
Content.Server/Alert/ServerAlertsSystem.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
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 { }
|
||||
Reference in New Issue
Block a user