mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
322 B
C++
13 lines
322 B
C++
|
class CfgWeapons {
|
||
|
class Launcher;
|
||
|
class Launcher_Base_F : Launcher {
|
||
|
class WeaponSlotsInfo;
|
||
|
};
|
||
|
|
||
|
class launch_Titan_base : Launcher_Base_F {
|
||
|
weaponInfoType = "ACE_RscOptics_javelin";
|
||
|
|
||
|
lockingTargetSound[] = {"",0,1};
|
||
|
lockedTargetSound[] = {"",0,1};
|
||
|
};
|
||
|
};
|