private void Awake() { planetMovable = GetComponent <PlanetMovable>(); planetMovable.init(); planetMovable.setTurble(true); rigid = GetComponent <Rigidbody>(); animator = GetComponentInChildren <Animator>(); }
public void setTurbo(bool value) { planetMovable.setTurble(value); }