mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 20:24:34 +00:00
added initial main addon on core mod
This commit is contained in:
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