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