Demon_Tank (坦克移動發射子彈)

using UnityEngine; using System.Collections; public class Tank : MonoBehaviour { //子彈預設體 public GameObject bullet; //發射點 private Transform firePoint; //移動速度 public float mov
相關文章
相關標籤/搜索