public RpsTournament()
 {
     _engineBracketGame = new RpsBracketGame();
 }
Exemplo n.º 2
0
 public RpsBracketGameTest()
 {
     _rpsBracketGame = new RpsBracketGame();
 }