TargetOutBound.cs 196 B

12345678
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. /* 目标越界检测(游戏场景周围存在墙壁) */
  5. public class TargetOutBound : MonoBehaviour
  6. {
  7. }