fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.

This commit is contained in:
2026-08-03 15:19:22 -03:00
parent 3af8760da3
commit 3b99904aa7
1007 changed files with 16549 additions and 16423 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
class CfgPatches {
class braf_M120 {
class braf_m120 {
author = "BRAF TEAM";
addonRootClass = "braf_static";
requiredAddons[] = { "A3_Weapons_F_Mark" };
requiredVersion = 0.1;
units[] = { "braf_m120" };
weapons[] = { "Braf_M120_mortar" };
weapons[] = { "braf_m120_mortar" };
};
};