added initial 3den editor module config

This commit is contained in:
Valmo Trindade
2024-07-26 03:03:40 -03:00
parent b7ffb71250
commit 5c75f141af
2 changed files with 81 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
class CfgPatches {
class armatak_main {
units[] = {""};
units[] = {"armatak_module_core","armatak_module_callsign"};
weapons[] = {""};
author = "ARMATAK Team";
url = "https://github.com/valmojr/armatak";
@@ -13,4 +13,5 @@ class CfgPatches {
};
#include "CfgCommands.hpp"
#include "CfgFunctions.hpp"
#include "CfgFunctions.hpp"
#include "CfgVehicles.hpp"