mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
16 lines
265 B
C++
16 lines
265 B
C++
|
|
class CfgWeapons
|
|
{
|
|
class hlc_M60e4_base;
|
|
class hlc_lmg_M60E4: hlc_M60e4_base
|
|
{
|
|
ACE_barrelTwist=0.3048;
|
|
ACE_barrelLength=0.4318;
|
|
};
|
|
class hlc_lmg_m60: hlc_M60e4_base
|
|
{
|
|
ACE_barrelTwist=0.3048;
|
|
ACE_barrelLength=0.5588;
|
|
};
|
|
};
|