mirror of
https://github.com/Ignatz-HeMan/Ignatz_Tools.git
synced 2024-08-30 16:12:11 +00:00
32 lines
421 B
C++
32 lines
421 B
C++
|
|
class CfgPatches
|
|
{
|
|
class Ignatz
|
|
{
|
|
requiredVersion = 0.1;
|
|
requiredAddons[] = {};
|
|
units[] = {};
|
|
weapons[] = {};
|
|
magazines[] = {};
|
|
ammo[] = {};
|
|
author[]= {"He-Man"};
|
|
};
|
|
};
|
|
|
|
|
|
class CfgFunctions
|
|
{
|
|
class Ignatz
|
|
{
|
|
class main {
|
|
file = "Ignatz_Server";
|
|
class init {
|
|
preInit = 1;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
class Ignatz_ServerConfig {
|
|
ServerCommand_Password = "password";
|
|
}; |