Allow server to send cursor-located popup messages.
This commit is contained in:
@@ -8,6 +8,7 @@ namespace Content.Shared.Interfaces
|
||||
{
|
||||
void PopupMessage(IEntity source, IEntity viewer, string message);
|
||||
void PopupMessage(GridCoordinates coordinates, IEntity viewer, string message);
|
||||
void PopupMessageCursor(IEntity viewer, string message);
|
||||
}
|
||||
|
||||
public static class NotifyManagerExt
|
||||
|
||||
Reference in New Issue
Block a user