コード例 #1
0
ファイル: Complete.cs プロジェクト: kwmcrell/ArmedCards
        public Complete(AS.GameRound.Base.ISelect selectGameRound,
						AS.GameRoundCard.Base.IUpdate updateGameRoundCard,
						AS.GameRound.Base.IStart startGameRoud,
						AS.Game.Base.ISelect selectGame,
						AS.GamePlayer.Base.IUpdate updateGamePlayer)
        {
            this._selectGameRound = selectGameRound;
            this._updateGameRoundCard = updateGameRoundCard;
            this._startGameRoud = startGameRoud;
            this._selectGame = selectGame;
            this._updateGamePlayer = updateGamePlayer;
        }
コード例 #2
0
ファイル: Complete.cs プロジェクト: kwmcrell/ArmedCards
 public Complete(AS.GameRound.Base.ISelect selectGameRound,
                 AS.GameRoundCard.Base.IUpdate updateGameRoundCard,
                 AS.GameRound.Base.IStart startGameRoud,
                 AS.Game.Base.ISelect selectGame,
                 AS.GamePlayer.Base.IUpdate updateGamePlayer)
 {
     this._selectGameRound     = selectGameRound;
     this._updateGameRoundCard = updateGameRoundCard;
     this._startGameRoud       = startGameRoud;
     this._selectGame          = selectGame;
     this._updateGamePlayer    = updateGamePlayer;
 }