public override void UseIt() // cuando aprieto atacar: { ActionsManager am = GetComponentInParent <ActionsManager>(); am.Attack(); }