12345678910111213141516171819202122232425262728293031 |
- #include "../../../RD501_main/config_macros.hpp"
- #include "../../_common/common.hpp"
- class CfgPatches
- {
- class macro_patch_name(super_mg)
- {
- author=DANKAUTHORS;
- addonRootClass= macro_patch_name(vehicle_weapons)
- requiredAddons[]=
- {
- macro_patch_name(vehicle_weapons)
- };
- requiredVersion=0.1;
- units[]={};
- weapons[]={
- macro_new_weapon(super_mg,z6),
- macro_new_weapon(super_mg,dlt19)
- };
- };
- };
- class CfgWeapons
- {
-
- };
|