allow setting HiddenSubs

This commit is contained in:
Evil Factory
2022-06-24 11:40:44 -03:00
parent 33efc519a3
commit 654e72fe6a

View File

@@ -391,7 +391,7 @@ namespace Barotrauma.Networking
public const int MaxExtraCargoItemTypes = 20;
public Dictionary<ItemPrefab, int> ExtraCargo { get; private set; }
public HashSet<string> HiddenSubs { get; private set; }
public HashSet<string> HiddenSubs { get; set; }
private float selectedLevelDifficulty;
private string password;