blckeagles-revisited-RC/@epochhive/addons/custom_server/config.cpp
2016-10-22 17:15:11 -04:00

19 lines
288 B
C++

class CfgPatches {
class custom_server {
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
requiredAddons[] = {};
};
};
class CfgFunctions {
class blck_init {
class blck_start {
file = "\q\addons\custom_server\init";
class init {
postInit = 1;
};
};
};
};