Exemple #1
0
 public Join(DS.Base.IJoin joinGame, Base.ISelect selectGame,
             Hubs.Base.ISendMessage sendMessage)
 {
     this._joinGame    = joinGame;
     this._selectGame  = selectGame;
     this._sendMessage = sendMessage;
 }
Exemple #2
0
        public Start(Base.ISelect selectGame, GameRound.Base.IStart startRound,
					 Hubs.Base.ISendMessage sendMessage)
        {
            this._selectGame = selectGame;
            this._startRound = startRound;
            this._sendMessage = sendMessage;
        }
Exemple #3
0
 public Start(Base.ISelect selectGame, GameRound.Base.IStart startRound,
              Hubs.Base.ISendMessage sendMessage)
 {
     this._selectGame  = selectGame;
     this._startRound  = startRound;
     this._sendMessage = sendMessage;
 }
Exemple #4
0
 public Join(DS.Base.IJoin joinGame, Base.ISelect selectGame,
             Hubs.Base.ISendMessage sendMessage)
 {
     this._joinGame = joinGame;
     this._selectGame = selectGame;
     this._sendMessage = sendMessage;
 }
Exemple #5
0
 public ValidatePassphrase(Base.ISelect selectGame, DS.Base.IValidatePassphrase validatePassphrase)
 {
     this._selectGame         = selectGame;
     this._validatePassphrase = validatePassphrase;
 }
 public ValidatePassphrase(Base.ISelect selectGame, DS.Base.IValidatePassphrase validatePassphrase)
 {
     this._selectGame = selectGame;
     this._validatePassphrase = validatePassphrase;
 }