From ef2226dbc10846a2da048772251af6513b063d8b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 11 Feb 2020 11:37:09 +0800 Subject: [PATCH] 1 --- .gitmodules | 12 ++++++++++++ git | 1 + third_party/a8engine | 1 + third_party/behaviac | 1 + third_party/recastnavigation | 1 + 5 files changed, 16 insertions(+) create mode 100644 .gitmodules create mode 160000 git create mode 160000 third_party/a8engine create mode 160000 third_party/behaviac create mode 160000 third_party/recastnavigation diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e703aa6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "third_party/a8engine"] + path = third_party/a8engine + url = git@git.kingsome.cn:server_common/a8engine.git +[submodule "git"] + path = git + url = git@git.kingsome.cn:server_common/framework +[submodule "third_party/behaviac"] + path = third_party/behaviac + url = git@git.kingsome.cn:libs/behaviac.git +[submodule "third_party/recastnavigation"] + path = third_party/recastnavigation + url = git@git.kingsome.cn:libs/recastnavigation.git diff --git a/git b/git new file mode 160000 index 0000000..9ba2696 --- /dev/null +++ b/git @@ -0,0 +1 @@ +Subproject commit 9ba2696e52664c9f5b7a1e09a4a5516359d330b0 diff --git a/third_party/a8engine b/third_party/a8engine new file mode 160000 index 0000000..6770f48 --- /dev/null +++ b/third_party/a8engine @@ -0,0 +1 @@ +Subproject commit 6770f48291d2eefd47d83699e6f7e326697a5843 diff --git a/third_party/behaviac b/third_party/behaviac new file mode 160000 index 0000000..2404145 --- /dev/null +++ b/third_party/behaviac @@ -0,0 +1 @@ +Subproject commit 240414570ee2848291d24ff8d3102dc43d4104a3 diff --git a/third_party/recastnavigation b/third_party/recastnavigation new file mode 160000 index 0000000..35ca2ea --- /dev/null +++ b/third_party/recastnavigation @@ -0,0 +1 @@ +Subproject commit 35ca2eadc32161cd6ab479d1a2626759a73bb5a3