added Game.MyID
This commit is contained in:
@@ -18,6 +18,9 @@ namespace Barotrauma
|
|||||||
#if CLIENT
|
#if CLIENT
|
||||||
public bool Paused => GameMain.Instance?.Paused == true;
|
public bool Paused => GameMain.Instance?.Paused == true;
|
||||||
|
|
||||||
|
public byte MyID => GameMain.Client.ID;
|
||||||
|
|
||||||
|
|
||||||
public ChatBox ChatBox
|
public ChatBox ChatBox
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
|||||||
Reference in New Issue
Block a user