Method | Description | |
---|---|---|
Execute ( |
Join a game
|
|
Join ( ArmedCards.BusinessLogic.DomainServices.Game joinGame, Base selectGame, Hubs sendMessage ) : System |
public Execute ( |
||
gameID | The id of the game to join | |
user | Entities | The current user |
passphrase | String | The passphrase for the game |
playerType | Entities | Type of player joining |
return | Entities.JoinResponse |
public Join ( ArmedCards.BusinessLogic.DomainServices.Game joinGame, Base selectGame, Hubs sendMessage ) : System | ||
joinGame | ArmedCards.BusinessLogic.DomainServices.Game | |
selectGame | Base | |
sendMessage | Hubs | |
return | System |