Class RoundsForChoice
Inheritance
System.Object
RoundsForChoice
Assembly: Eco.Gameplay.dll
Syntax
public sealed class RoundsForChoice : ValueType
Properties
ChoiceID
Declaration
public ElectionChoiceID ChoiceID { get; set; }
Property Value
FirstRoundVotes
Declaration
public float FirstRoundVotes { get; }
Property Value
Type |
Description |
System.Single |
|
LastRoundVotes
Declaration
public float LastRoundVotes { get; }
Property Value
Type |
Description |
System.Single |
|
MarkedUpNameString
Declaration
public string MarkedUpNameString { get; set; }
Property Value
Type |
Description |
System.String |
|
VotesPerRound
Declaration
public VoteCounts[] VotesPerRound { get; set; }
Property Value
Extension Methods