refactor(air2): move A-29 optics to standalone addon

This commit is contained in:
2026-06-24 12:01:14 -03:00
parent ac86a519e7
commit 5df06491a3
21 changed files with 43 additions and 948 deletions
+1 -7
View File
@@ -13,6 +13,7 @@ class CfgPatches {
"BRAF_Insignia",
"BRAF_Soft",
"BRAF_Air",
"BRAF_Optics_Air",
};
requiredVersion = 0.1;
units[] = {
@@ -79,11 +80,6 @@ class CfgFunctions {
file = "braf\braf_air2\braf_fnc\fn_remove_before_flight.sqf";
};*/
};
class UI {
file = "braf\braf_air2\braf_fnc";
class initRSC {};
class flirControls {};
};
};
};
@@ -147,9 +143,7 @@ class VehicleSystemsTemplateRightGunner
class components;
};
class RCWSOptics;
class Optics_Armored;
#include "braf_air_anim\CfgMovesBasic.hpp"
#include "braf_optics_air2\BRAF_AirOptics.hpp"
class CfgVehicles {
class Air;
class ParachuteBase;