mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 18:13:29 +00:00
15 lines
284 B
C++
15 lines
284 B
C++
class CfgPatches {
|
|
class armatak_main {
|
|
units[] = {""};
|
|
weapons[] = {""};
|
|
author = "ARMATAK Team";
|
|
url = "https://github.com/valmojr/armatak";
|
|
requiredAddons[] =
|
|
{
|
|
"cba_common"
|
|
};
|
|
requiredVersion = 0.5;
|
|
};
|
|
};
|
|
|
|
#include "CfgCommands.hpp" |