using UnityEngine; public class ShootPosition : MonoBehaviour { private void Start() { } private void Update() { } }