void Start() { InvokeRepeating("LaunchProjectile", 2.0f, 0.3f); } void LaunchProjectile() { Rigidbody instance = Instantiate(projectile);
確定! 回上一頁