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