コード例 #1
0
ファイル: BagLogic.cs プロジェクト: zuojiashun/CsharpCode
 public void RefreshWeaponPartsModel(int weaponId, EWeaponSlotType slot, WeaponPartsStruct oldAttachment, WeaponPartsStruct newAttachments)
 {
     WeaponPartsUtil.RefreshWeaponPartModels(_playerEntity.appearanceInterface.Appearance, weaponId, oldAttachment, newAttachments, slot);
 }
コード例 #2
0
 public void ModelRefreshWeaponParts(int weaponId, EWeaponSlotType slot, WeaponPartsStruct oldAttachment, WeaponPartsStruct newAttachments)
 {
     WeaponPartsUtil.RefreshWeaponPartModels(RelatedAppearence.Appearance, weaponId, oldAttachment, newAttachments, slot);
 }