diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-11 16:16:27 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-11 16:16:27 +0100 |
| commit | 89351684a12627b86dbd8151afd03801ee87406f (patch) | |
| tree | 7e5247338edbabd5bbaccee74df1b9a1c15a5580 /communities/unnamed-arma-group/mods/UAG_Units/mod.cpp | |
| parent | 92acbd6531ab9d8f6d0bdd1caf73d34c20328f37 (diff) | |
| download | unnamed-group-89351684a12627b86dbd8151afd03801ee87406f.tar unnamed-group-89351684a12627b86dbd8151afd03801ee87406f.tar.gz unnamed-group-89351684a12627b86dbd8151afd03801ee87406f.tar.bz2 unnamed-group-89351684a12627b86dbd8151afd03801ee87406f.tar.xz unnamed-group-89351684a12627b86dbd8151afd03801ee87406f.zip | |
add uag stuff
Diffstat (limited to 'communities/unnamed-arma-group/mods/UAG_Units/mod.cpp')
| -rw-r--r-- | communities/unnamed-arma-group/mods/UAG_Units/mod.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/communities/unnamed-arma-group/mods/UAG_Units/mod.cpp b/communities/unnamed-arma-group/mods/UAG_Units/mod.cpp new file mode 100644 index 0000000..b1d926a --- /dev/null +++ b/communities/unnamed-arma-group/mods/UAG_Units/mod.cpp @@ -0,0 +1,10 @@ +name = "UAG Units"; +author = "UAG Development Team"; +logo = "files\uag.paa"; +logoOver = "files\uag_hover.paa"; +tooltip = "UAG Units"; +tooltipOwned = "UAG Units"; +actionName = "Website"; +action = "https://uagpmc.com"; +overview = "UAG Units is a mod that adds new units to the game."; +logoSmall = "files\uag.paa";
\ No newline at end of file |
