mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
6a821715a0
Conflicts: addons/missionmodules/CfgVehicles.hpp addons/respawn/CfgVehicles.hpp
7 lines
153 B
C++
7 lines
153 B
C++
class CfgFactionClasses {
|
|
class NO_CATEGORY;
|
|
class ADDON: NO_CATEGORY {
|
|
displayName = "$STR_ACE_Medical_Category_DisplayName";
|
|
};
|
|
};
|