using System.Collections.Generic; using UnityEngine; public class ArrowControl : MonoBehaviour { [SerializeField] private GameObject ArrowHead; }