Epoch/Sources/Epoch_server_RyanZ_Spawner/config.cpp
2020-07-29 23:33:33 +02:00

29 lines
401 B
C++

class CfgPatches
{
class Epoch_RyanZ_Spawner
{
requiredVersion = 0.1;
requiredAddons[] = {};
units[] = {};
weapons[] = {};
magazines[] = {};
ammo[] = {};
author[]= {"He-Man"};
};
};
class CfgFunctions
{
class Epoch_RyanZ_Spawner
{
class main {
file = "Epoch_RyanZ_Spawner";
class init {
preInit = 1;
};
};
};
};
#include "ZedSpawner\Epoch_ZombieSpawnConfig.hpp"