private void ShowNextHitSprite() { int Index = timeHits - 1; GetComponent().sprite = hitSprite[Index]; }
timeHits is the c