internal void RemoveSlotWeapon(EWeaponSlotType slot) { var slotData = BagSetCache.GetSlotData(slot); slotData.Remove();//player slot 数据移除 }
public bool IsWeaponSlotEmpty(EWeaponSlotType slot) { return(BagSetCache.GetSlotData(slot).IsEmpty); }