OOC <-> Discord link. (#201)

This commit is contained in:
Pieter-Jan Briers
2019-04-17 23:31:43 +02:00
committed by GitHub
parent 903961771b
commit 747cb15888
7 changed files with 186 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
namespace Content.Server.Interfaces
{
public interface IMoMMILink
{
void SendOOCMessage(string sender, string message);
}
}