OOC <-> Discord link. (#201)
This commit is contained in:
committed by
GitHub
parent
903961771b
commit
747cb15888
@@ -17,5 +17,7 @@ namespace Content.Server.Interfaces.Chat
|
||||
void EntitySay(IEntity source, string message);
|
||||
|
||||
void SendOOC(IPlayerSession player, string message);
|
||||
|
||||
void SendHookOOC(string sender, string message);
|
||||
}
|
||||
}
|
||||
|
||||
7
Content.Server/Interfaces/IMoMMILink.cs
Normal file
7
Content.Server/Interfaces/IMoMMILink.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Content.Server.Interfaces
|
||||
{
|
||||
public interface IMoMMILink
|
||||
{
|
||||
void SendOOCMessage(string sender, string message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user