예제 #1
0
 public void RenderScoreOfRound(int roundScore, Variant.Type chosenVariant)
 {
     scoreView.RenderScoreOfRound(roundScore, chosenVariant);
 }