Exemplo n.º 1
0
 public EffectOnPlaceableOnly(EffectOnPlaceable other) : base(other)
 {
 }
Exemplo n.º 2
0
 public EffectOnPlaceable(EffectOnPlaceable other) : base(other)
 {
     Target = other.target;
 }