v0.13.0.11

This commit is contained in:
Joonas Rikkonen
2021-04-22 17:33:08 +03:00
parent 0697d7fc64
commit 8bb31f2893
391 changed files with 17271 additions and 5949 deletions
@@ -628,6 +628,13 @@ namespace Barotrauma.Networking
set;
}
[Serialize(false, true)]
public bool LockAllDefaultWires
{
get;
set;
}
[Serialize(true, true)]
public bool AllowFriendlyFire
{
@@ -872,6 +879,13 @@ namespace Barotrauma.Networking
private set;
}
[Serialize(true, true)]
public bool RadiationEnabled
{
get;
set;
}
public void SetPassword(string password)
{
if (string.IsNullOrEmpty(password))