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