Enigma_Exile_Revive/@Enigma/addons/enigma_exile_revive/config.cpp
happydayz 948080f95b Namechange
Updating Github names to be more consistent. From now on they should all
use @Enigma as the base folder
2016-02-29 18:58:44 +11:00

30 lines
359 B
C++

class CfgPatches
{
class enigma_exile_revive {
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
author[]= {"Happydayz_EngimaTeam"};
};
};
class CfgFunctions
{
class EnigmaTeam
{
class main
{
file = "\enigma_exile_revive\init";
class init
{
preInit = 1;
};
class postinit
{
postInit = 1;
};
};
};
};