mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove thermal, prep for coding.
This commit is contained in:
parent
db5d54dffd
commit
fd4cb50d3d
addons/laser
@ -1,8 +1,8 @@
|
||||
/*
|
||||
class Default;
|
||||
class Item_Base_F;
|
||||
|
||||
class Laserdesignator_mounted : Default {};
|
||||
class Item_Laserdesignator : Item_Base_F {};
|
||||
|
||||
*/
|
||||
class CfgWeapons {
|
||||
class Binocular;
|
||||
|
||||
class Laserdesignator : Binocular {
|
||||
visionMode[] = {"Normal","NVG"};
|
||||
};
|
||||
};
|
||||
|
1
addons/laser/RscInGameUI.hpp
Normal file
1
addons/laser/RscInGameUI.hpp
Normal file
@ -0,0 +1 @@
|
||||
// TODO: RscOptics_LaserDesignator for laser code designation
|
Loading…
x
Reference in New Issue
Block a user