added Game.MyID

This commit is contained in:
Evil Factory
2022-04-13 15:46:52 -03:00
parent e8b308bf53
commit e87e9341ef

View File

@@ -18,6 +18,9 @@ namespace Barotrauma
#if CLIENT
public bool Paused => GameMain.Instance?.Paused == true;
public byte MyID => GameMain.Client.ID;
public ChatBox ChatBox
{
get