예제 #1
0
 public void SellItem()
 {
     scoreUpdateObject.SellItem(lootVal);
     Destroy(this.gameObject);
 }