// Update is called once per frame public void Count() { if (che.times.time > 0 && che.times.game == false) { che.count -= (int)HitCount; Destroy(gameObject); che.Hit(); } }