18 lines
362 B
C#
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; }
|
|
}
|
|
|
|
}
|
|
}
|