Beispiel #1
0
 private bool CanPlace(ItemModifier modifier)
 {
     return(modifier.CanPlace(this));
 }