Add reserved slots

This commit is contained in:
Brant Martin
2018-10-12 16:12:33 -04:00
parent dcd0fa86b9
commit 65bb71aabf
2 changed files with 5 additions and 0 deletions

View File

@@ -68,6 +68,9 @@ namespace Torch.Server
public string LastUsedTheme { get; set; } = "Torch Theme";
public bool EnableReservedSlots { get; set; } = false;
public HashSet<ulong> ReservedPlayers { get; set; } = new HashSet<ulong>();
[XmlIgnore]
private string _path;