Method | Description | |
---|---|---|
Deal ( ArmedCards.BusinessLogic.DomainServices.GamePlayerCard dealGamePlayerCard ) : System | ||
Execute ( Entities game, System.Boolean dealQuestion = true ) : void |
Handle dealing cards to players in game
|
public Deal ( ArmedCards.BusinessLogic.DomainServices.GamePlayerCard dealGamePlayerCard ) : System | ||
dealGamePlayerCard | ArmedCards.BusinessLogic.DomainServices.GamePlayerCard | |
return | System |
public Execute ( Entities game, System.Boolean dealQuestion = true ) : void | ||
game | Entities | The game to deal cards for |
dealQuestion | System.Boolean | Is a question card needed |
return | void |