Re-implement chat in content. (#198)
* OOC is a word. * Re-implement chat in content.
This commit is contained in:
committed by
GitHub
parent
51caae7ebe
commit
52af7d27da
10
Content.Server/Interfaces/Chat/IChatCommand.cs
Normal file
10
Content.Server/Interfaces/Chat/IChatCommand.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using SS14.Shared.Console;
|
||||
using SS14.Shared.Interfaces.Network;
|
||||
|
||||
namespace Content.Server.Interfaces.Chat
|
||||
{
|
||||
public interface IChatCommand : ICommand
|
||||
{
|
||||
void Execute(IChatManager manager, INetChannel client, params string[] args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user