ACE3/addons/artillerytables/CfgVehicles.hpp

7 lines
130 B
C++
Raw Normal View History

2019-03-02 06:26:02 +00:00
class CfgVehicles {
2019-03-16 16:56:58 +00:00
class StaticMortar;
class Mortar_01_base_F: StaticMortar {
GVAR(showGunLaying) = 2;
};
2019-03-02 06:26:02 +00:00
};