摘要:
using UnityEngine; using System.Collections; public class MoveTarget : MonoBehaviour { public GameObject _target1;//左侧目标位置 public GameObject _target2;//右侧目标位置 bool _check = true; boo... 阅读全文
posted @ 2017-07-17 16:35
CocomoNo1
阅读(1021)
评论(0)
推荐(0)