mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9e33b7a32e
*compat_xxx
16 lines
249 B
C++
16 lines
249 B
C++
|
|
class CfgWeapons
|
|
{
|
|
class hlc_M60e4_base;
|
|
class hlc_lmg_M60E4: hlc_M60e4_base
|
|
{
|
|
ACE_barrelTwist=12;
|
|
ACE_barrelLength=17;
|
|
};
|
|
class hlc_lmg_m60: hlc_M60e4_base
|
|
{
|
|
ACE_barrelTwist=12;
|
|
ACE_barrelLength=22;
|
|
};
|
|
};
|