namespace Barotrauma { partial class Voting { public bool AllowSubVoting { get { return allowSubVoting; } set { allowSubVoting = value; } } public bool AllowModeVoting { get { return allowModeVoting; } set { allowModeVoting = value; } } } }