public SoulCloudCushion(SoulCloudCushion other, Chr _chrTarget = null) : base(other, _chrTarget)
 {
     nDefenseBuff = other.nDefenseBuff;
 }
Пример #2
0
 public Clause1(Skill _skill) : base(_skill)
 {
     soulToCopy = new SoulCloudCushion(skill.chrOwner, null, skill);
 }