コード例 #1
0
 public CompositionRootBuilder WithPlayer1AsCurrentPlayer()
 {
     gameBuilder.WithPlayer1AsCurrentPlayer();
     return(this);
 }