void Start()
 {
     targetStats.AddObserver(this);
     UpdateValues(targetStats);
 }