コード例 #1
0
 private void Attack()
 {
     //enemy attacks once, and dies.
     fortress.TakeDamage(cus.Damage);
     Status = OffenderStatus.Dead;
 }