public void SetItem(Sprite sprite, int itemType)
 {
     playerStatusManager.SetItemSlots(sprite, ref itemType);
 }