Example #1
0
 public override void InteractWith(GameObject player)
 {
     if (player.GetInventory().IsFull) PopupMessage.Display("Your inventory is full!", 0f);
     networkView.RPCToServer("TryPickupItem", player.GetNetworkViewID());
 }