Пример #1
0
        public void LoadItem(ClothItem clothItem)
        {
            ClothItemHook itemHook = null;

            if (clothItem == null)
            {
                return;
            }

            itemHook = GetClothHook(clothItem.clothItemType);
            itemHook.LoadClothItem(clothItem);
        }