1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/compat_gm/compat_gm_refuel/CfgVehicles.hpp
Grim 99c7bea6fe
Compat GM - Make compat autoload when mod is present ()
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-06 02:33:13 +02:00

7 lines
139 B
C++

class CfgVehicles {
class gm_ural4320_base;
class gm_ural4320_refuel_base: gm_ural4320_base {
transportFuel = 0;
};
};