mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
330 B
C++
13 lines
330 B
C++
class CfgSounds {
|
|
class ACE_Wirecutter_sound {
|
|
name = "ACE_wirecutter_sound";
|
|
sound[] = {QPATHTOF(sound\wire_cut.ogg), "db-0", 1};
|
|
titles[] = {};
|
|
};
|
|
class ACE_Wirecutter_sound_long {
|
|
name = "ACE_wirecutter_sound_long";
|
|
sound[] = {QPATHTOF(sound\wire_cut_long.ogg), "db-0", 1};
|
|
titles[] = {};
|
|
};
|
|
};
|