mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 21:53:30 +00:00
17 lines
380 B
C++
17 lines
380 B
C++
class CfgPatches {
|
|
class armatak_main {
|
|
units[] = {"TAG_Module_Nuke","armatak_module_callsign"};
|
|
weapons[] = {""};
|
|
author = "ARMATAK Team";
|
|
url = "https://github.com/valmojr/armatak";
|
|
requiredAddons[] =
|
|
{
|
|
"cba_common"
|
|
};
|
|
requiredVersion = 0.5;
|
|
};
|
|
};
|
|
|
|
#include "CfgCommands.hpp"
|
|
#include "CfgFunctions.hpp"
|
|
#include "CfgVehicles.hpp" |