Ejemplo n.º 1
0
 public void EndGame(int score)
 {
     endPage = new EndPage(this, score);
     this.Children.Add(endPage);
 }
Ejemplo n.º 2
0
 public void EndGame(int score)
 {
     endPage = new EndPage(this, score);
     this.Children.Add(endPage);
 }