public EffectOnPlaceableOnly(EffectOnPlaceable other) : base(other)
 {
 }
Example #2
0
 public EffectOnPlaceable(EffectOnPlaceable other) : base(other)
 {
     Target = other.target;
 }