private void IncrementPlayerSCore()
 {
     if (latchDelay == 0)
     {
         score.IncrementPlayerScore();
     }
 }