private void UseActive() { foreach (HeroAttackSector sector in attackSectors) { sector.Toggle(false); } activeSkill.ExecuteActive(StopActive); }