コード例 #1
0
 public void StartGame()
 {
     ContentHandler.LoadContent(Game);
     SetUpGame();
     InProgress = true;
 }