Exemple #1
0
 public void OnBallDestroy(Ball ball)
 {
     /*if (BallManager.Instance.CountActiveBall() <= 0)
      * {
      *  life.GetDamage();
      *  StartCoroutine(DamageCooldown(0.5f));
      * }*/
     life.GetDamage();
     StartCoroutine(DamageCooldown(0.5f));
 }