public void StartHit(Vector3 position) { tempHit = GetAvailableHit(); if (tempHit != null) { tempHit.Activate(position); } }