예제 #1
0
 public SoulFortissimo(SoulFortissimo other, Chr _chrTarget = null) : base(other, _chrTarget)
 {
     nPowerBuff   = other.nPowerBuff;
     nDefenseBuff = other.nDefenseBuff;
 }
예제 #2
0
 public Clause1(Skill _skill) : base(_skill)
 {
     soulToCopy = new SoulFortissimo(skill.chrOwner, null, skill);
 }