Send messages on admin/deadmin.

This commit is contained in:
Pieter-Jan Briers
2020-11-01 23:56:35 +01:00
parent 637581bf3b
commit 6f78851647
3 changed files with 28 additions and 6 deletions

View File

@@ -31,5 +31,6 @@ namespace Content.Server.Interfaces.Chat
delegate string TransformChat(IEntity speaker, string message);
void RegisterChatTransform(TransformChat handler);
void SendAdminAnnouncement(string message);
}
}