ACE3/addons/artillerytables/CfgVehicles.hpp
2019-03-16 11:56:58 -05:00

7 lines
130 B
C++

class CfgVehicles {
class StaticMortar;
class Mortar_01_base_F: StaticMortar {
GVAR(showGunLaying) = 2;
};
};