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