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