Exemple #1
0
 public bool FitsInSlot(ItemSlot slot, Character character)
 {
     return(Calculations.TinkeringFitsInSlot(this, character, slot));
 }