DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ AssembleGun()

override void M79_Base::AssembleGun ( )
inlineprivate

См. определение в файле M79.c строка 20

21 {
22 super.AssembleGun();
23
24 if ( !FindAttachmentBySlotName("weaponOpticsAug") )
25 {
26 GetInventory().CreateAttachment("M79DummyOptics");
27 }
28 }