Method | Description | |
---|---|---|
Complete ( ArmedCards.BusinessLogic.DomainServices.GameRound completeGameRound, Hubs sendMessage, Game updateGame ) : System | ||
Execute ( |
Complete the current round
|
public Complete ( ArmedCards.BusinessLogic.DomainServices.GameRound completeGameRound, Hubs sendMessage, Game updateGame ) : System | ||
completeGameRound | ArmedCards.BusinessLogic.DomainServices.GameRound | |
sendMessage | Hubs | |
updateGame | Game | |
return | System |
public Execute ( |
||
gameID | The ID of the game that contains the round | |
cardIDs | List |
The IDs of the winning cards |
userId | The user Id trying to complete the round | |
return | void |