Пример #1
0
 private void Start()
 {
     if (!slotInfoContainer.CheckIfThisSlotInfoIsEmpty())
     {
         slotInfoContainer.currentItems = 1;
     }
     UpdateAllDisplay();
 }