mod/addons/audio/CfgVehicles.hpp
Jacob Schmidt 4c2dbd7be5
Some checks failed
Build / Build (push) Failing after 52s
Added Audio
2025-01-05 17:01:34 -06:00

16 lines
296 B
C++

class CfgVehicles {
class All;
class Sound: All {
author = "FORGE";
mapSize = 1;
_generalMacro = "Sound";
scope = 0;
side = -1;
animated = 0;
vehicleClass = "Sounds";
icon = "iconSound";
faction = "none";
editorCategory = "forge";
editorSubcategory = "forge_audio";
};
};