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