aboutsummaryrefslogtreecommitdiff
path: root/uag/mods/UAG_Units/addons/uag_units_core/config.cpp
blob: e194af0ebab8bce6b06e88609a9f2354207fb9e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
class CfgPatches {
    class uag_units_core {
        authors[] = {"zuedev"};
        authorUrl = "https://uagpmc.com";
        name = "uag_units_core";
        requiredAddons[] = {};
        requiredVersion = 2.16;
        units[] = {};
        weapons[] = {};
    };
};