private void Fire() { isFired = true; currentSkillButton.ExecuteSkill(transform); timer = 0; enabled = false; gameObject.SetActive(false); }