added Game.ActiveChatMode

This commit is contained in:
Evil Factory
2022-06-16 13:15:48 -03:00
parent cfb6fc5fe1
commit 1136342b60
3 changed files with 5 additions and 1 deletions
@@ -20,6 +20,7 @@ namespace Barotrauma
public byte MyID => GameMain.Client.ID;
public ChatMode ActiveChatMode => GameMain.ActiveChatMode;
public ChatBox ChatBox
{