// 攻撃力を減少する。 public void DecreaseAttackPoint(Direction d, int amount) { model.DecreaseAttackPoint(d, amount); }