using System.Collections; using System.Collections.Generic; using UnityEngine; public class TargetShowObj : MonoBehaviour { public Vector3 pos; public float rotY; }