Esempio n. 1
0
 public Inventory Remove(Potion w)
 {
     if (Potions.Contains(w))
     {
         Potions.Remove(w);
     }
     return(this);
 }
Esempio n. 2
0
 public bool Contains(Potion potion) => Potions.Contains(potion);