Exemplo n.º 1
0
 public void useItem()//Method that handles using the item
 {
     UseItems.restoreUse(this.type);
 }
Exemplo n.º 2
0
 public void useItem()//Method that handles using the item
 {
     UseItems.potionUse(this.type);
 }