private void ChangeValue(string name, StatBase.Stat stat, float value)
 {
     ManagerObject.SetStat(this, name, stat, value);
 }