diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-27 23:44:57 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-27 23:44:57 +0100 |
| commit | 490eebdede73880ab5d7daebb250ab41e9640e25 (patch) | |
| tree | 6c5f89e6021d4f61eede570307369afbb3872ff5 /communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp | |
| parent | c25aa035fecd2427831cdfa17d912dcf1bfd55c8 (diff) | |
| download | unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar.gz unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar.bz2 unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar.xz unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.zip | |
better namespacing
Diffstat (limited to 'communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp')
| -rw-r--r-- | communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp deleted file mode 100644 index 50a48ef..0000000 --- a/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp +++ /dev/null @@ -1,7 +0,0 @@ -class CfgFactionClasses { - class BLU_F; - - class UAG: BLU_F { - displayName = "UAG"; - }; -};
\ No newline at end of file |
