コード例 #1
0
 public OnlineRound(string player1Id, string player2Id) : base(player1Id)
 {
     Player2 = new RoundMove(player2Id);
 }
コード例 #2
0
 protected RoundBase(string player1Id)
 {
     Player1 = new RoundMove(player1Id);
 }