mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-13 18:03:30 +00:00
inicio da config PBOs weapons, vest, aviation e backpack
This commit is contained in:
22
addons/vest/config.cpp
Normal file
22
addons/vest/config.cpp
Normal file
@@ -0,0 +1,22 @@
|
||||
class CfgPatches {
|
||||
class braf_factions_characters_vest {
|
||||
author = "BRAF Team";
|
||||
addonRootClass = "braf_characters_army";
|
||||
requiredAddons[] = {
|
||||
"A3_Characters_F",
|
||||
"A3_Characters_F_Heads",
|
||||
"A3_Characters_F_BLUFOR",
|
||||
"A3_Characters_F_Proxies",
|
||||
};
|
||||
requiredVersion = 0.1;
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
};
|
||||
};
|
||||
|
||||
class CfgWeapons {
|
||||
class ItemCore;
|
||||
class V_CarrierRigKBT_01_base_F;
|
||||
class VestItem;
|
||||
#include "w_vest.hpp"
|
||||
};
|
||||
Reference in New Issue
Block a user