private void FixedUpdate()
 {
     if (CurrentGame && !paused)
     {
         CurrentGame.MoveClaw(inputVect);
     }
 }