From 70f2bce4c9715f20780ff26e8d69c90b60df21dd Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Thu, 27 Feb 2025 00:28:24 -0500 Subject: [PATCH] chore: add mpqcli submodule configuration --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b977fae --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "mpqcli"] + path = mpqcli + url = https://github.com/araxiaonline/mpqcli.git