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