示例#1
0
 //button logics
 public void StartGameButton()
 {
     board.InitialiseBoard();
     jewelsCleared = 0;
     InitClock();
 }