Exemple #1
0
 private bool CanReplace(ItemModifier modifier)
 {
     return(modifier.CanReplace(this));
 }