using UnityEngine; public class ShootFruit : MonoBehaviour { public void OnMouseEnter() { GetComponent().Run(); } }