Ejemplo n.º 1
0
 public SoulEvolved(SoulEvolved other, Chr _chrTarget = null) : base(other, _chrTarget)
 {
     nPowerBuff = other.nPowerBuff;
 }
 public Clause2(Skill _skill) : base(_skill)
 {
     soulToCopy = new SoulEvolved(skill.chrOwner, null, skill);
 }