public Rigidbody projectile; void Start(){ //(methodname, timeUntilFirstCall, repeatTime) InvokeRepeating("LaunchProjectile", 2.0f, 0.3f); //time needs to ...
確定! 回上一頁