Popup message notifications. (#125)
* Popup message system v1 * Networking for the popup notifications. Ship it.
This commit is contained in:
committed by
GitHub
parent
b0f212bad5
commit
f91488fa27
9
Content.Server/Interfaces/IServerNotifyManager.cs
Normal file
9
Content.Server/Interfaces/IServerNotifyManager.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Content.Shared.Interfaces;
|
||||
|
||||
namespace Content.Server.Interfaces
|
||||
{
|
||||
public interface IServerNotifyManager : ISharedNotifyManager
|
||||
{
|
||||
void Initialize();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user