1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/optionals/compat_rh_pdw/CfgWeapons.hpp
PabstMirror 916346ae59
General - Format config class defines to coding guidelines (+tool) ()
* General - Format config class defines to coding guidelines (+tool)

* Update tools/config_style_checker.py

Co-authored-by: jonpas <jonpas33@gmail.com>

* Update tools/config_style_checker.py

Co-authored-by: jonpas <jonpas33@gmail.com>

Co-authored-by: jonpas <jonpas33@gmail.com>
2021-10-15 13:47:05 -05:00

8 lines
149 B
C++

class CfgWeapons {
class Rifle_Base_F;
class RH_PDW: Rifle_Base_F {
ACE_barrelTwist=177.8;
ACE_barrelLength=254.0;
};
};