mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:23:28 +00:00
added initial main addon on core mod
This commit is contained in:
1
addons/main/$PBOPREFIX$
Normal file
1
addons/main/$PBOPREFIX$
Normal file
@@ -0,0 +1 @@
|
|||||||
|
armatak\core\armatak_main
|
||||||
13
addons/main/config.cpp
Normal file
13
addons/main/config.cpp
Normal 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;
|
||||||
|
};
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user