Пример #1
0
 public void PickUpLoot(Player player)
 {
     player.IncreaseGoldBy(AmountLoot);
     Destroy(gameObject);
 }