Exemplo n.º 1
0
    void PickubLoot(DropItem item)
    {
        if (item == null)
        {
            return;
        }

        item.ApplyLoot(gameObject);

        Destroy(item.gameObject);
    }