Skip to content

Instantly share code, notes, and snippets.

@creativ3lab
Last active October 7, 2021 20:14
Show Gist options
  • Save creativ3lab/7405a0dd8054ef376989b76abfbc0237 to your computer and use it in GitHub Desktop.
Save creativ3lab/7405a0dd8054ef376989b76abfbc0237 to your computer and use it in GitHub Desktop.
class CfgMod
{
class
{
Dir = "";
Picture = "";
Author = "";
Action = "";
HideName = "";
HidePicture = "";
Name = "";
Credits = "";
Version = "";
Extra = "";
Type = "";
Dependencies[] =
{
"Game",
"World",
"Mission"
};
class defs
{
class GameScriptModule
{
Value = "";
Files[] = {};
};
class WorldScriptModule
{
Value = "";
Files[] = {};
};
class MissionScriptModule
{
Value = "";
Files[] = "";
};
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment