Beispiel #1
0
 // 攻撃力を増加する。
 public void IncreaseAttackPoint(Direction d, int amount)
 {
     model.IncreaseAttackPoint(d, amount);
 }