// Use this for initialization void Start() { currentlystopped = false; remover = GetComponent <Remover> (); }
// Use this for initialization void Start() { currentlystopped = false; remover = GetComponent<Remover> (); }