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