Пример #1
0
 public void bombCheck()
 {
     if (bomb == 1)
     {
         // タイム増加
         startCS.timeUp();
     }
     else if (bomb == 2)
     {
         // コイン増加
         startCS.coinUp(number);
     }
 }