Пример #1
0
 public EffectDescriptionBuilder MustPlaceNotOnCharacter()
 {
     effect.SetCanBePlacedOnCharacter(false);
     return(this);
 }