This commit is the equivalent of a atomic bomb
This commit is contained in:
29
braf_damage/config.cpp
Normal file
29
braf_damage/config.cpp
Normal file
@@ -0,0 +1,29 @@
|
||||
class CfgPatches
|
||||
{
|
||||
class BRAF_Damage
|
||||
{
|
||||
author="BRAF_Team";
|
||||
addonRootClass="A3_Air_F";
|
||||
requiredAddons[]=
|
||||
{
|
||||
"A3_Air_F",
|
||||
"A3_Data_F",
|
||||
"A3_Armor_F_Beta_APC_Tracked_01",
|
||||
"A3_Weapons_F",
|
||||
"braf_main",
|
||||
"BRAF_Air",
|
||||
"BRAF_Soft",
|
||||
"BRAF_Armored",
|
||||
//"BRAF_Tracked",
|
||||
"BRAF_Boat"
|
||||
};
|
||||
requiredVersion=0.1;
|
||||
units[]=
|
||||
{
|
||||
};
|
||||
weapons[]=
|
||||
{
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user