ACE3/addons/map/CfgSounds.hpp

8 lines
191 B
C++
Raw Normal View History

2015-08-11 17:49:39 +00:00
class CfgSounds {
2016-07-20 04:15:18 +00:00
class GVAR(flashlightClick) {
name = QGVAR(flashlightClick);
2015-08-11 17:49:39 +00:00
sound[] = {"\a3\sounds_f\weapons\Other\dry4.wss", 0.2, 2};
titles[] = {};
};
2016-07-20 04:15:18 +00:00
};