This commit is the equivalent of a atomic bomb

This commit is contained in:
2026-02-15 08:08:56 -03:00
commit e4ac56b038
6934 changed files with 916278 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
class CfgPatches
{
class braf_weapons_attach_side
{
name = "braf_weapons_attach_side";
units[] = {};
weapons[] = {
"braf_an_peq_15",
"braf_an_peq_15_flashlight",
"braf_an_peq_15_green",
"braf_an_peq_15_green_flashlight",
"braf_an_peq_15_tan",
"braf_an_peq_15_tan_flashlight",
"braf_an_peq_15_painted",
"braf_an_peq_15_painted_flashlight",
};
requiredVersion = 2.10;
requiredAddons[] = {"braf_main", "braf_weapons_core"};
author = "BRAF Team";
authors[] = {"AMF Team"};
url = "https://www.brafmod.com.br";
};
};
#include "CfgJointRails.hpp"
#include "CfgWeapons.hpp"