add Game.ForceVoice and Game.ForceLocalVoice

guess what i am going to use this for
This commit is contained in:
Evil Factory
2022-06-16 20:34:31 -03:00
parent 1136342b60
commit 916fd7522e
2 changed files with 5 additions and 0 deletions
@@ -48,6 +48,9 @@ namespace Barotrauma
return GameMain.LightManager;
}
}
public bool? ForceVoice = null;
public bool? ForceLocalVoice = null;
#else
public bool IsDedicated