public IEnumerator UpdateHP() { yield return(hpBar.SetHPSmoothe((float)_pokemon.HP / _pokemon.MaxHP)); }