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

@@ -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);
}
}