Beispiel #1
0
 internal void AddSlotWeapon(EWeaponSlotType slot, EntityKey key)
 {
     BagSetCache.SetSlotWeaponData(DefaultBagIndexParam, slot, key);
 }
Beispiel #2
0
 internal void AddBagWeapon(EWeaponSlotType slot, EntityKey key, int bagIndex)
 {
     BagSetCache.SetSlotWeaponData(bagIndex, slot, key);
 }