Re-organize all projects (#4166)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Content.Shared.Notification;
|
||||
|
||||
namespace Content.Server.Notification.Managers
|
||||
{
|
||||
public interface IServerNotifyManager : ISharedNotifyManager
|
||||
{
|
||||
void Initialize();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user