Пример #1
0
 public void OpenInventoryInspect()
 {
     inventory.Setup(Player.player.inventory, ItemAction.INSPECT);
     inventory.Activate();
 }