Adds DSay command (#2901)
* DSay command * Moves getting the clients from DeadChat and AdminDeadChat to a function
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Robust.Server.Interfaces.Player;
|
||||
using Robust.Server.Interfaces.Player;
|
||||
using Robust.Shared.Interfaces.GameObjects;
|
||||
|
||||
namespace Content.Server.Interfaces.Chat
|
||||
@@ -27,6 +27,7 @@ namespace Content.Server.Interfaces.Chat
|
||||
void SendOOC(IPlayerSession player, string message);
|
||||
void SendAdminChat(IPlayerSession player, string message);
|
||||
void SendDeadChat(IPlayerSession player, string message);
|
||||
void SendAdminDeadChat(IPlayerSession player, string message);
|
||||
|
||||
void SendHookOOC(string sender, string message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user