mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9619fc7fb5
Allow laserLock, set weaponLockSystem to Laser and move class ADDON to ACE_Hydra70_DAGR
13 lines
237 B
C++
13 lines
237 B
C++
class Mode_SemiAuto;
|
|
class CfgWeapons {
|
|
class CannonCore;
|
|
class LauncherCore;
|
|
|
|
class RocketPods: LauncherCore {
|
|
// canLock = 1;
|
|
};
|
|
class missiles_DAGR : RocketPods {
|
|
canLock = 2;
|
|
};
|
|
};
|