added initial main addon on core mod

This commit is contained in:
Valmo Trindade
2024-07-14 23:54:15 -03:00
parent 9118b60d60
commit ec7345c35b
2 changed files with 14 additions and 0 deletions

13
addons/main/config.cpp Normal file
View File

@@ -0,0 +1,13 @@
class CfgPatches {
class braf_main {
units[] = {""};
weapons[] = {""};
author = "ARMATAK Team";
url = "https://github.com/valmojr/armatak";
requiredAddons[] =
{
"cba_common"
};
requiredVersion = 0.1;
};
};