From bcefe22c4ca4240ce73c53b91f915606d93fa08c Mon Sep 17 00:00:00 2001 From: Rick Gibbed Date: Sat, 2 Oct 2021 08:50:50 -0500 Subject: [PATCH] Add schema submodules. --- .gitmodules | 9 +++++++++ configs/schemas/Champions Online | 1 + configs/schemas/Neverwinter | 1 + configs/schemas/Star Trek Online | 1 + 4 files changed, 12 insertions(+) create mode 160000 configs/schemas/Champions Online create mode 160000 configs/schemas/Neverwinter create mode 160000 configs/schemas/Star Trek Online diff --git a/.gitmodules b/.gitmodules index fc5722f0..dddb5029 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,12 @@ [submodule "projects/Gibbed.PortableExecutable"] path = projects/Gibbed.PortableExecutable url = https://github.com/gibbed/Gibbed.PortableExecutable.git +[submodule "configs/schemas/Star Trek Online"] + path = configs/schemas/Star Trek Online + url = https://github.com/gibbed/StarTrekOnlineSchemas.git +[submodule "configs/schemas/Neverwinter"] + path = configs/schemas/Neverwinter + url = https://github.com/gibbed/NeverwinterSchemas.git +[submodule "configs/schemas/Champions Online"] + path = configs/schemas/Champions Online + url = https://github.com/gibbed/ChampionsOnlineSchemas.git diff --git a/configs/schemas/Champions Online b/configs/schemas/Champions Online new file mode 160000 index 00000000..461042bb --- /dev/null +++ b/configs/schemas/Champions Online @@ -0,0 +1 @@ +Subproject commit 461042bb9e56d18f099aacd2885b63beb6671f43 diff --git a/configs/schemas/Neverwinter b/configs/schemas/Neverwinter new file mode 160000 index 00000000..f5f0a95e --- /dev/null +++ b/configs/schemas/Neverwinter @@ -0,0 +1 @@ +Subproject commit f5f0a95e00d013d67182d7015be40dcc3cfb93a8 diff --git a/configs/schemas/Star Trek Online b/configs/schemas/Star Trek Online new file mode 160000 index 00000000..076e6705 --- /dev/null +++ b/configs/schemas/Star Trek Online @@ -0,0 +1 @@ +Subproject commit 076e670567854d834dc1cf614b004315908d59e7