Exemplo n.º 1
0
 // 攻撃関数
 public void Attack(UnitManager target)
 {
     target.Damage(at);
 }