void OnTriggerExit2D(Collider2D other) { CharacterMove move = other.gameObject.GetComponent <CharacterMove>(); move.ExitSpecial(); }