コード例 #1
0
 public void UseItemInBattle(Consumable consumable)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void SellItem(Consumable consumable, int amount)
 {
     throw new NotImplementedException();
 }