aboutsummaryrefslogtreecommitdiff
path: root/uag/mods/UAG_Units/mod.cpp
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-27 23:44:57 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-27 23:44:57 +0100
commit490eebdede73880ab5d7daebb250ab41e9640e25 (patch)
tree6c5f89e6021d4f61eede570307369afbb3872ff5 /uag/mods/UAG_Units/mod.cpp
parentc25aa035fecd2427831cdfa17d912dcf1bfd55c8 (diff)
downloadunnamed-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 'uag/mods/UAG_Units/mod.cpp')
-rw-r--r--uag/mods/UAG_Units/mod.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/uag/mods/UAG_Units/mod.cpp b/uag/mods/UAG_Units/mod.cpp
new file mode 100644
index 0000000..b1d926a
--- /dev/null
+++ b/uag/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