public void AddHpRate(double value) { HpBar.AddHp((int)(RealMaxHp * value)); }
public void AddHp(double addon) { HpBar.AddHp((int)addon); }