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
+2 -2
View File
@@ -93,7 +93,7 @@ class CfgModels
sectionsInherit="";
skeletonName = "";
};
class BRAF_Cascavel : Default
class braf_cascavel : Default
{
skeletonName="EE9_Skeleton";
sections[]=
@@ -778,5 +778,5 @@ class CfgModels
};
};
};
class BRAF_Cascavel_Wreck: BRAF_Cascavel{};
class braf_cascavel_wreck: braf_cascavel{};
};