mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 12:52:41 +00:00
8 lines
170 B
C++
8 lines
170 B
C++
class CfgVehicles {
|
|
class ACE_Module;
|
|
class ACE_moduleAllowConfigExport: ACE_Module {
|
|
scope = 1;
|
|
displayName = "Deprecated ACE Module";
|
|
};
|
|
};
|