コード例 #1
0
 public GameOptions(TypeOfGame typeOfGame, Player player1, Player player2, PentagoNetwork networkUtil)
 {
     this._TypeOfGame  = typeOfGame;
     this._Player1     = player1;
     this._Player2     = player2;
     this._NetworkUtil = networkUtil;
 }
コード例 #2
0
 public GameOptions(TypeOfGame typeOfGame, Player player1, Player player2, PentagoNetwork networkUtil)
 {
     this._TypeOfGame = typeOfGame;
     this._Player1 = player1;
     this._Player2 = player2;
     this._NetworkUtil = networkUtil;
 }