Create config.cpp

This commit is contained in:
second_coming 2016-03-13 15:51:15 +00:00
parent 4027092d3e
commit e5d554e62a

20
config.cpp Normal file
View File

@ -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";
};
};
};
};