void ResetCounter(UICounter counter)
 {
     counter.LeanCancel();
     counter.transform.localScale = Vector3.one;
 }