Add LOOC and change OOC color (#5841)
This commit is contained in:
@@ -25,6 +25,7 @@ namespace Content.Server.Chat.Managers
|
||||
/// <param name="hideChat">If true, message will not be logged to chat boxes but will still produce a speech bubble.</param>
|
||||
void EntitySay(EntityUid source, string message, bool hideChat=false);
|
||||
void EntityMe(EntityUid source, string action);
|
||||
void EntityLOOC(EntityUid source, string message);
|
||||
|
||||
void SendOOC(IPlayerSession player, string message);
|
||||
void SendAdminChat(IPlayerSession player, string message);
|
||||
|
||||
Reference in New Issue
Block a user