Files

21 lines
479 B
C++

class CfgPatches
{
class braf_lr110_f
{
author = "BRAF TEAM";
// List of units defined in this "PBO"
units[]=
{
"BRAF_LR110_Hardtop",
"BRAF_LR110_CIV",
"BRAF_LR110_gendarmerie",
"BRAF_LR110_UN",
"braf_lr_softtop_4d",
"braf_lr_softtop_4d_armed"
};
weapons[]={};
requiredVersion=0.1;
// because we are using references to this addon, our test car should not be loaded if A3_Soft_F is not present
requiredAddons[] = {"A3_Soft_F"};
};
};