Метод | Описание | |
---|---|---|
Execute ( Entities game, Entities user, Entities playerType ) : System.Boolean |
Join a game
|
|
Join ( Repositories insertGamePlayer ) : System |
public Execute ( Entities game, Entities user, Entities playerType ) : System.Boolean | ||
game | Entities | |
user | Entities | The current user |
playerType | Entities | Type of player joining |
Результат | System.Boolean |
public Join ( Repositories insertGamePlayer ) : System | ||
insertGamePlayer | Repositories | |
Результат | System |