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
+6 -6
View File
@@ -2,7 +2,7 @@ class CfgPatches
{
class braf_structures
{
author = "BRAF Team";
author = "BRAF TEAM";
units[] = {
"braf_Tent",
};
@@ -18,7 +18,7 @@ class CfgPatches
"A3_Characters_F_Proxies",
"braf_main",
"braf_characters_army",
"BRAF_Insignia",
"braf_insignia",
};
requiredVersion = 0.1;
};
@@ -28,8 +28,8 @@ class CfgDestructPos
{
class DelayedDestructionAmmoBox
{
timeBeforeHiding = "lifeTime/12";
hideDuration = "lifeTime/12";
timeBeforeHiding = "lifetime/12";
hideDuration = "lifetime/12";
};
};
class CfgEditorSubcategories
@@ -57,7 +57,7 @@ class CfgVehicles
class Poster_base_F;
class House_F;
class Item_Files;
#include "\braf\braf_structures\Estruturas\tent.hpp"
#include "\braf\braf_structures\estruturas\tent.hpp"
#include "mre\mre.hpp"
#include "\braf\braf_structures\Estruturas\Cucui.hpp"
#include "\braf\braf_structures\estruturas\cucui.hpp"
};