2021-06-09 22:19:39 +02:00
|
|
|
using Content.Shared.Notification;
|
2021-06-13 14:52:40 +02:00
|
|
|
using Content.Shared.Notification.Managers;
|
2018-11-21 21:11:30 +01:00
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
namespace Content.Server.Notification.Managers
|
2018-11-21 21:11:30 +01:00
|
|
|
{
|
|
|
|
|
public interface IServerNotifyManager : ISharedNotifyManager
|
|
|
|
|
{
|
|
|
|
|
void Initialize();
|
|
|
|
|
}
|
|
|
|
|
}
|