From 47b5324991ed94850a179f6f4aaee2117b72a9a6 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Thu, 12 Sep 2024 12:32:00 -0300 Subject: [PATCH] added acknowledgment on readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 12a5b75..4212519 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,9 @@ ARMATAK is a server side Arma 3 addons for streaming unit positions to TAK Clien ## License The whole Project is licensed under GPL License. + +## Acknowledgment + +* Ind3goFox - for releasing a3go, used to build the first versions of this project's extensions and for teaching me how extensions works. +* The Folks on the ACE Dev Team - for awnsering my large number of questions about this project's architecture and given me many tips about it, especially for +* BrettMayson - for building HEMTT and ARMA-RS, the tools i used to get this project to life, also for taking some time to teach a non-rust programmer how to make things work.