mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-13 13:13:29 +00:00
25 lines
502 B
C++
25 lines
502 B
C++
class CfgPatches
|
|
{
|
|
class braf_factions_characters_CUP
|
|
{
|
|
author = "BRAF Team";
|
|
skipWhenMissingDependencies = 1;
|
|
requiredAddons[] = {
|
|
"BRAF_characters_army",
|
|
"braf_factions_characters",
|
|
"CUP_BaseConfigs"
|
|
};
|
|
requiredVersion = 0.1;
|
|
units[] = {};
|
|
weapons[] = {};
|
|
};
|
|
};
|
|
|
|
class DefaultEventHandlers;
|
|
class CfgVehicles
|
|
{
|
|
skipWhenMissingDependencies = 1;
|
|
#include "thug_opfor_units_CUP.hpp"
|
|
};
|
|
|