コード例 #1
0
 public void EndGame(int score)
 {
     endPage = new EndPage(this, score);
     this.Children.Add(endPage);
 }
コード例 #2
0
 public void EndGame(int score)
 {
     endPage = new EndPage(this, score);
     this.Children.Add(endPage);
 }