Méthode | Description | |
---|---|---|
DecideVote ( string card ) : void |
Sets the final decision on a round, and clears the votes.
|
|
FlipCards ( ) : void |
Flips the cards so that all clients can see all votes.
|
|
RegisterVote ( |
Registers a new vote into this round.
|
|
Restart ( ) : void |
Restarts the round by clearing all votes, un-flipping the cards, and clearing any final decision.
|
|
Round ( string title ) : System |
Initializes a new instance of the Round class.
|
|
UndoVote ( |
Un-does a vote from a specific client. If the specified client didn't vote, this method does nothing.
|
public DecideVote ( string card ) : void | ||
card | string | The card to mark as the "decision". |
Résultat | void |
public RegisterVote ( |
||
newVote | The new vote to register. | |
Résultat | bool |
public Round ( string title ) : System | ||
title | string | The round title. |
Résultat | System |
public UndoVote ( |
||
c | The client whose vote to remove. | |
Résultat | void |