Ejemplo n.º 1
0
 private void UpdatePlayerWithWeapon(Item item)
 {
     _playerControllerScript.ChangePlayerWeapon(item.WeaponName);
 }