Note, this will reset Counter to 8 even if you just delete the reference to SphereKill, setting it to null. Some additional If’s could guard against that, if necessary.
Edit: Also note, you could do the same thing with an “accessor” to the SphereKill, eliminating the need to store another reference. Alas, accessor’s don’t play well with Unity’s inspector UI and serialization.