Пример #1
0
 protected void Start()
 {
     foreach (Item item in backpack.GetItems())
     {
         item.SetUIPos(content);
     }
 }