示例#1
0
 public Clause1(Skill _skill) : base(_skill)
 {
     soulToCopy = new SoulPositionBunker(skill.chrOwner, null, skill);
 }
示例#2
0
 public SoulPositionBunker(SoulPositionBunker other, Position _posTarget = null) : base(other, _posTarget)
 {
     nDefenseBuff = other.nDefenseBuff;
 }