Files
tbd-station-14/Content.Server/Notification/Managers/IServerNotifyManager.cs
2021-06-09 22:19:39 +02:00

10 lines
191 B
C#

using Content.Shared.Notification;
namespace Content.Server.Notification.Managers
{
public interface IServerNotifyManager : ISharedNotifyManager
{
void Initialize();
}
}