// Start is called before the first frame update void Start() { speed = Random.Range(flockManager.GetMinimumSpeed(), flockManager.GetMaximumSpeed()); smallExplosion = GameObject.Find("SmallExplosionEffect"); }