Beispiel #1
0
        internal void RemoveSlotWeapon(EWeaponSlotType slot)
        {
            var slotData = BagSetCache.GetSlotData(slot);

            slotData.Remove();//player slot 数据移除
        }
Beispiel #2
0
 public bool IsWeaponSlotEmpty(EWeaponSlotType slot)
 {
     return(BagSetCache.GetSlotData(slot).IsEmpty);
 }