Ejemplo n.º 1
0
 public void DespawnDrop(DropItem _drop) {
    
     _drop.OnDespawn();
     dropItemPool.Return(_drop.gameObject);
 }