Esempio n. 1
0
 public override void Disable()
 {
     StopCoroutine("SlowUpdateRoutine");
     rocketController.DisableEffects();
     rocketController.SetActive(false); //disables collider, so this method can only be called once
 }
Esempio n. 2
0
 public override void Disable()
 {
     rocketController.DisableEffects();
     rocketController.SetActive(false); //disables collider, so this method can only be called once
 }