Files
tbd-station-14/Content.Server/Interfaces/IMoMMILink.cs
2019-04-17 23:31:43 +02:00

8 lines
144 B
C#

namespace Content.Server.Interfaces
{
public interface IMoMMILink
{
void SendOOCMessage(string sender, string message);
}
}