private void Update()
 {
     transform.localScale = new Vector3(baseStats.GetExperienceFractionToNextLevel(), 1, 1);
 }