Method | Description | |
---|---|---|
Execute ( Entities game, Entities commander ) : System.Boolean |
Starts a round if certain requirements are met
|
|
Start ( ArmedCards.BusinessLogic.DomainServices.GameRound startRound, Game updateGame ) : System |
public Execute ( Entities game, Entities commander ) : System.Boolean | ||
game | Entities | The game to start a new round for |
commander | Entities | The new round's commander |
return | System.Boolean |
public Start ( ArmedCards.BusinessLogic.DomainServices.GameRound startRound, Game updateGame ) : System | ||
startRound | ArmedCards.BusinessLogic.DomainServices.GameRound | |
updateGame | Game | |
return | System |