From 7fee6cfb739174f0362aea9f947800cc1acb6bc8 Mon Sep 17 00:00:00 2001 From: Paiton Bertschy <78337764+thewiilover@users.noreply.github.com> Date: Sun, 23 Jun 2024 21:55:23 -0500 Subject: [PATCH] Create .gitmodules --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..2fd8d14a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "wrapper"] + path = wrapper + url = https://github.com/thewiilover/Wrapper-IL2CPP.git + branch = main