// Use this for initialization
 void Start()
 {
     berryController = berry.GetComponent<BerryController>();
 }
 // Use this for initialization
 void Start()
 {
     berryController = berry.GetComponent <BerryController>();
 }