mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +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";
|
|
};
|
|
};
|