Create config.cpp
This commit is contained in:
parent
4027092d3e
commit
e5d554e62a
20
config.cpp
Normal file
20
config.cpp
Normal 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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user