Esempio n. 1
0
 public Join(DS.Base.IJoin joinGame, Base.ISelect selectGame,
             Hubs.Base.ISendMessage sendMessage)
 {
     this._joinGame = joinGame;
     this._selectGame = selectGame;
     this._sendMessage = sendMessage;
 }
Esempio n. 2
0
 public Update(DS.Base.IUpdate update)
 {
     this._update = update;
 }
Esempio n. 3
0
 public ValidatePassphrase(Base.ISelect selectGame, DS.Base.IValidatePassphrase validatePassphrase)
 {
     this._selectGame = selectGame;
     this._validatePassphrase = validatePassphrase;
 }
Esempio n. 4
0
 public Select(DS.Base.ISelect selectGame)
 {
     this._selectGame = selectGame;
 }