private void Start()
 {
     if (ResetHP)
     {
         HP.SetValue(StartingHP);
     }
 }