public int MoveSpeed = 10; Vector3 target; void Start () { target = new Vector3(20, transform.position.y, 20); } void Update ...
確定! 回上一頁