コード例 #1
0
 void NewGame()
 {
     sampleindex++;
     MinesweeperGame.CreateNewGame();
     vh.UpdateVisualMinesweeperComplete(gamestate);
 }