mirror of
https://github.com/hpy/Enigma_Exile_Revive.git
synced 2024-08-30 16:52:15 +00:00
6d4ed1c216
Revive and Bike both had same class names! Woops!
30 lines
360 B
C++
30 lines
360 B
C++
|
|
class CfgPatches
|
|
{
|
|
class enigma_exile_revive {
|
|
units[] = {};
|
|
weapons[] = {};
|
|
requiredVersion = 0.1;
|
|
author[]= {"Happydayz_EngimaTeam"};
|
|
};
|
|
};
|
|
class CfgFunctions
|
|
{
|
|
class EnigmaRevive
|
|
{
|
|
class main
|
|
{
|
|
file = "\enigma_exile_revive\init";
|
|
class init
|
|
{
|
|
preInit = 1;
|
|
};
|
|
class postinit
|
|
{
|
|
postInit = 1;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|