public void SetWheel(GabyTopicsWheel theWheel) { wheel = theWheel; }
// Use this for initialization void Start() { wheel = transform.parent.GetComponent<GabyTopicsWheel>(); }