fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class braf_C79 : ItemCore
|
||||
class braf_c79 : ItemCore
|
||||
{
|
||||
author = "BRAF Team";
|
||||
_generalMacro = "braf_C79";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_c79";
|
||||
scope = 2;
|
||||
displayName = "Elcan C79 (Black)";
|
||||
picture = "\braf\braf_weapons_scopes\c79\data\c79_ui.paa";
|
||||
@@ -55,10 +55,10 @@ class braf_C79 : ItemCore
|
||||
};
|
||||
inertia = 0.1;
|
||||
};
|
||||
class braf_C79_aaf : ItemCore
|
||||
class braf_c79_aaf : ItemCore
|
||||
{
|
||||
author = "BRAF Team";
|
||||
_generalMacro = "braf_C79_aaf";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_c79_aaf";
|
||||
scope = 2;
|
||||
displayName = "Elcan C79 (AAF)";
|
||||
picture = "\braf\braf_weapons_scopes\c79\data\c79_ui.paa";
|
||||
@@ -112,10 +112,10 @@ class braf_C79_aaf : ItemCore
|
||||
};
|
||||
inertia = 0.1;
|
||||
};
|
||||
class braf_C79_green : ItemCore
|
||||
class braf_c79_green : ItemCore
|
||||
{
|
||||
author = "BRAF Team";
|
||||
_generalMacro = "braf_C79_green";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_c79_green";
|
||||
scope = 2;
|
||||
displayName = "Elcan C79 (Green)";
|
||||
picture = "\braf\braf_weapons_scopes\c79\data\c79_ui.paa";
|
||||
|
||||
Reference in New Issue
Block a user