12345678910111213141516171819202122 |
- #include "../../RD501_main/config_macros.hpp"
- class CfgPatches
- {
- class venatormk2
- {
- author=DANKAUTHORS;
- addonRootClass= macro_patch_name(legacy_classnames)
- requiredAddons[]=
- {
- macro_patch_name(legacy_classnames)
- };
- requiredVersion=0.1;
- units[]={};
- weapons[]={
- SWOP_B2gun
- };
- };
- };
|