mirror of
https://github.com/hpy/Enigma_Exile_Revive.git
synced 2024-08-30 16:52:15 +00:00
948080f95b
Updating Github names to be more consistent. From now on they should all use @Enigma as the base folder
30 lines
359 B
C++
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;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|