Пример #1
0
 void DropSkill()
 {
     Instantiate(invenPlayer.Remove(currentIndex), transform.position, Quaternion.identity);
 }
Пример #2
0
 void DropSkill(int index)
 {
     Instantiate(playerInventory.Remove(index), transform.position, Quaternion.identity);
 }