diff --git a/config.cpp b/config.cpp new file mode 100644 index 0000000..ab46e7b --- /dev/null +++ b/config.cpp @@ -0,0 +1,20 @@ +class CfgPatches { + class a3_exile_occupation { + units[] = {}; + weapons[] = {}; + requiredVersion = 0.1; + author[]= {"second_coming"}; + }; +}; +class CfgFunctions { + class yorkshire { + class main { + class YORKS_init + { + postInit = 1; + file = "\x\addons\a3_exile_occupation\initServer.sqf"; + }; + }; + }; +}; +