new GetComponentString, and docs updated

This commit is contained in:
Evil Factory
2021-09-13 16:47:05 -03:00
parent b480e6797c
commit 6e5de74f37
7 changed files with 46 additions and 13 deletions
@@ -144,6 +144,8 @@ namespace Barotrauma
return GameMain.Server.ServerPeer is LidgrenServerPeer;
}
}
public ServerSettings Settings => GameMain.Server.ServerSettings;
public static void SendMessage(string msg, ChatMessageType? messageType = null, Client sender = null, Character character = null)
{