a3_exile_occupation/config.cpp

24 lines
409 B
C++
Raw Normal View History

class CfgPatches
{
2016-03-13 15:51:15 +00:00
class a3_exile_occupation {
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
2016-07-27 10:49:50 +00:00
a3_exile_occupation_version = "v55 (27-07-2016)";
2016-05-22 22:08:11 +00:00
requiredAddons[] = {"a3_dms"};
2016-03-13 15:51:15 +00:00
author[]= {"second_coming"};
};
};
2016-03-13 15:51:15 +00:00
class CfgFunctions {
class yorkshire {
class main {
class YORKS_init
{
postInit = 1;
file = "\x\addons\a3_exile_occupation\initServer.sqf";
};
};
};
};