fixed hemtt post build hook

This commit is contained in:
Valmo Trindade
2024-08-06 22:39:13 -03:00
parent aa9bde400c
commit 7f54a119ed
10 changed files with 64 additions and 1 deletions

15
addons/items/config.cpp Normal file
View File

@@ -0,0 +1,15 @@
class CfgPatches {
class armatak_items {
units[] = {};
weapons[] = {};
author = "Valmo";
url = "https://github.com/valmojr/armatak";
requiredAddons[] =
{
"cba_common"
};
requiredVersion = 0.5;
};
};
#include "CfgVehicles.hpp"