mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
10 lines
238 B
C++
10 lines
238 B
C++
//CfgSfx.hpp
|
|
class CfgSfx {
|
|
class ace_arty_roundSoundSourceSound {
|
|
sounds[] = {"Factory15"};
|
|
name = "$STR_DN_FACTORY15";
|
|
Factory15[] = {"\ca\Sounds\sfx\factory9",10.0,2,900,1,0,0,0};
|
|
empty[] = {"",0,0,0,0,0,0,0};
|
|
};
|
|
};
|