TargetShowObj.cs 183 B

123456789101112
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public class TargetShowObj : MonoBehaviour
  5. {
  6. public Vector3 pos;
  7. public float rotY;
  8. }