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