Last active
October 7, 2021 20:14
-
-
Save creativ3lab/7405a0dd8054ef376989b76abfbc0237 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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