コード例 #1
0
 public void BallHitBorder()
 {
     if (shouldCountDown == false)
     {
         return;
     }
     if (gameManager.DecrementLife())
     {
         DecrementTimeBy(penalty);
         Audio.Instance.PlayTimePenalty();
     }
 }