private void Fire() { if (ready) { Debug.Log("Firing"); holder.Launch(); StartCoroutine(Cooldown()); } }