コード例 #1
0
 public void useItem()//Method that handles using the item
 {
     UseItems.restoreUse(this.type);
 }
コード例 #2
0
ファイル: Potion.cs プロジェクト: Stardragora/RPGComponents
 public void useItem()//Method that handles using the item
 {
     UseItems.potionUse(this.type);
 }