메소드 | 설명 | |
---|---|---|
Execute ( Entities game, Entities commander ) : System.Boolean |
Starts a round if certain requirements are met
|
|
Start ( ArmedCards.BusinessLogic.AppServices insertGameRound, ArmedCards.BusinessLogic.AppServices dealCards ) : 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 |
리턴 | System.Boolean |
public Start ( ArmedCards.BusinessLogic.AppServices insertGameRound, ArmedCards.BusinessLogic.AppServices dealCards ) : System | ||
insertGameRound | ArmedCards.BusinessLogic.AppServices | |
dealCards | ArmedCards.BusinessLogic.AppServices | |
리턴 | System |