Exemplo n.º 1
0
 void DropSkill()
 {
     Instantiate(invenPlayer.Remove(currentIndex), transform.position, Quaternion.identity);
 }
Exemplo n.º 2
0
 void DropSkill(int index)
 {
     Instantiate(playerInventory.Remove(index), transform.position, Quaternion.identity);
 }