mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
23 lines
406 B
C++
23 lines
406 B
C++
#include "script_component.hpp"
|
|
|
|
class CfgPatches {
|
|
class ADDON {
|
|
units[] = {};
|
|
weapons[] = {};
|
|
requiredVersion = REQUIRED_VERSION;
|
|
requiredAddons[] = {"Extended_EventHandlers", "CBA_MAIN"};
|
|
VERSION_CONFIG;
|
|
};
|
|
};
|
|
|
|
class CfgMods {
|
|
class ACE3 {
|
|
dir = "@ACE3";
|
|
picture = "";
|
|
action = "http://www.unitedoperations.net";
|
|
hideName = 0;
|
|
hidePicture = 0;
|
|
name = "UnitedOperations";
|
|
};
|
|
};
|