コード例 #1
0
 public Clause1(Skill _skill) : base(_skill)
 {
     soulToCopy = new SoulParry(skill.chrOwner, null, skill);
 }
コード例 #2
0
 public SoulParry(SoulParry other, Chr _chrTarget = null) : base(other, _chrTarget)
 {
     nDamage          = other.nDamage;
     nDefense         = other.nDefense;
     dmgCounterAttack = new Damage(other.dmgCounterAttack);
 }