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