Files
LuaCsForBarotraumaEP/Barotrauma/BarotraumaServer/Source/Networking/Voting.cs
2017-07-05 18:35:09 +03:00

18 lines
362 B
C#

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