コード例 #1
0
 public void ApplyEffect(ICombatant pCombatant)
 {
     pCombatant.AddPendingDamage((int)(Value * -1));
 }